Skip to content

PHP-CPP 2.3.0

Compare
Choose a tag to compare
@EmielBruijntjes EmielBruijntjes released this 19 Oct 07:13
· 56 commits to master since this release
  • Support for PHP 7.4
  • C++ classes that derive from Php::Traversable now automatically also implement "Traversable" in PHP space ("instanceof" operator now works)
  • C++ classes that derive from Php::Serializable now automatically also implement "Serializable" in PHP space ("instanceof" operator now works)
  • Performance optimization for destructing objects
  • Some small improvements and fixes to the building procedures with cmake
  • Fixed some mistakes in example code