Git Product home page Git Product logo

winbinder-php8's Introduction

WinBinder

WinBinder - The native Windows binding for PHP 8.

Build status PHP 8 x64

What is WinBinder?

WinBinder is an open source extension to PHP, the script programming language. It allows PHP programmers to easily build native Windows applications, producing quick and rewarding results with minimum effort. Even short scripts with a few dozen lines can generate a useful program, thanks to the power and flexibility of PHP.

Docs

Examples

IDE Stub File

PHP Build Compatibility

  • PHP 7.* ❌ (unsupported)
  • PHP 8.2.3 ✅

(For older PHP version compatibility please see PECL website for old .dll's)

Latest Features & Updates

Wiki - New features!

Reporting Bugs

Report them via github issues.

About

Forked from Wagy for PHP7 support

Updated for PHP 8 compatibility - I have no idea what I am doing, but it seems to work!

⚠️ DO NOT USE IN PRODUCTION!

⚠️ No warranty provided!

winbinder-php8's People

Contributors

crispy-computing-machine avatar gitter-badger avatar jaredallard avatar stefan-loewe avatar zmotrin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

winbinder-php8's Issues

GD

@ZmotriN couldn't get your GD patch to apply during build process.

BUT, I did make a few changes that allow you to work with the Winbinder image functions and GD/Imagick:

# Create Winbinder image
$image = wb_create_image($width, $height, $dibbmi, $dibbits);
$imageData = wb_get_image_data();

# GD
$newImage = imagecreatefromstring($imageData);

# Imagick
$imagick = new \Imagick();
$imagick->readImageBlob($imageData);

Bug fixes

@ZmotriN I'm not sure of your skill in C or how much time you have for it, but would like to review the code base for bugs and leaks to improve the overall stability, what are your thoughts?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.