CopernicaMarketingSoftware / PHP-CPP

Library to build PHP extensions with C++
http://www.php-cpp.com/
Apache License 2.0
1.43k stars 333 forks source link

Support for PHP 8.1 #493

Closed cayolblake closed 12 months ago

cayolblake commented 2 years ago

Hello,

Any plans for support on PHP 8.1 ?

henrywood commented 2 years ago

There is a PR here to add support for PHP 8.1:

PHP 8.1 support

It seems to work ok with my extensions !

carlos-granados commented 1 year ago

There is a maintained fork which has been updated to PHP 8.2, you can find it here: https://github.com/fast-debug/PHP-CPP

robocoder commented 12 months ago

Fixed in PHP-CPP 2.4.0 (3d791e05c2655facc556d89565ead4f71c4c6217)

EmielBruijntjes commented 12 months ago

We have PHP 8 support now indeed