Skip to content

Releases: CopernicaMarketingSoftware/PHP-CPP

PHP-CPP 2.4.16

Choose a tag to compare

@rutgerkool rutgerkool released this 06 Jul 11:11
382a5f0
  • Guard __invoke scope assignment with PHP_VERSION_ID so it compiles on PHP 7.4.

PHP-CPP 2.4.15

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 05 Jul 21:55
  • Fixed crash when throwing exceptions from out of an __invoke() method

PHP-CPP 2.4.14

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 03 May 12:34
  • PHP 8.5 support

PHP-CPP 2.4.13

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 13 Nov 21:44
  • Added Php::error_reporting() method to retrieve current error-reporting level

PHP-CPP 2.4.12

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 06 Oct 17:37

PHP-CPP 2.4.12

  • Fixed an issue when the serialize() and unserialize() methods were overwritten in user space

PHP-CPP 2.4.11

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 09 Jul 19:22
  • PHP 8.4 support
  • Fix possible crashes when __invoke was called (on PHP 8.3 and up)

PHP-CPP 2.4.10

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 19 May 07:18
  • Fixed startup error due to type-hinted object-parameters

PHP-CPP 2.4.9

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 19 May 06:10
  • Fixed PHP startup crash on PHP 8.3 with types parameters that referred to classnames

PHP-CPP 2.4.8

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 25 Feb 11:07
  • 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

Choose a tag to compare

@EmielBruijntjes EmielBruijntjes released this 21 Oct 09:28
  • Fixed compile issue on PHP 7