Skip to content

Releases: CopernicaMarketingSoftware/PHP-CPP

PHP-CPP 2.4.13

13 Nov 21:44

Choose a tag to compare

  • Added Php::error_reporting() method to retrieve current error-reporting level

PHP-CPP 2.4.12

06 Oct 17:37

Choose a tag to compare

PHP-CPP 2.4.12

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

PHP-CPP 2.4.11

09 Jul 19:22

Choose a tag to compare

  • PHP 8.4 support
  • Fix possible crashes when __invoke was called (on PHP 8.3 and up)

PHP-CPP 2.4.10

19 May 07:18

Choose a tag to compare

  • Fixed startup error due to type-hinted object-parameters

PHP-CPP 2.4.9

19 May 06:10

Choose a tag to compare

  • Fixed PHP startup crash on PHP 8.3 with types parameters that referred to classnames

PHP-CPP 2.4.8

25 Feb 11:07

Choose a tag to compare

  • 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

21 Oct 09:28

Choose a tag to compare

  • Fixed compile issue on PHP 7

PHP-CPP 2.4.6

20 Oct 10:11

Choose a tag to compare

  • Fixed the Php::include_once() function (it caused memory corruption on PHP 8)

PHP-CPP 2.4.5

13 Oct 20:54

Choose a tag to compare

  • Fixed possible double-free when calling method_exists() or Php::Value::isCallable() on PHP 8
  • Fixed version number (forgot to change that in 2.4.4)

PHP-CPP 2.4.4

13 Oct 20:45

Choose a tag to compare

  • Fixed possible double-free when calling method_exists() or Php::Value::isCallable() on PHP 8