Releases: CopernicaMarketingSoftware/PHP-CPP
Releases · CopernicaMarketingSoftware/PHP-CPP
Release list
PHP-CPP 2.4.16
- Guard __invoke scope assignment with PHP_VERSION_ID so it compiles on PHP 7.4.
PHP-CPP 2.4.15
- Fixed crash when throwing exceptions from out of an __invoke() method
PHP-CPP 2.4.14
PHP-CPP 2.4.13
- Added Php::error_reporting() method to retrieve current error-reporting level
PHP-CPP 2.4.12
PHP-CPP 2.4.12
- Fixed an issue when the serialize() and unserialize() methods were overwritten in user space
PHP-CPP 2.4.11
- PHP 8.4 support
- Fix possible crashes when __invoke was called (on PHP 8.3 and up)
PHP-CPP 2.4.10
- Fixed startup error due to type-hinted object-parameters
PHP-CPP 2.4.9
- Fixed PHP startup crash on PHP 8.3 with types parameters that referred to classnames
PHP-CPP 2.4.8
- Fixed issue with error_reporting() (after calling error_reporting() from C++, a later call in PHP space to error_reporting() caused a crash)
PHP-CPP 2.4.7
- Fixed compile issue on PHP 7