Skip to content

Version 1.0

Compare
Choose a tag to compare
@EmielBruijntjes EmielBruijntjes released this 05 Apr 10:07
· 572 commits to master since this release

This is the first stable release of the PHP-CPP library. Since the previous release various bugs have been fixed and a number of small features have been added. These are the highlights:

  • Support for TRSM (multi-threading PHP installations)
  • Test framework has been added to the source distribution
  • Fixed iterating over arrays
  • Fixed populating multidimensional arrays
  • Allow chaining of class/method/property registration methods.
  • Class and interface inheritance can be specified in the get_module() startup function
  • Fixed super-global Php::SERVER when running as Apache module with just-in-time population
  • Added support for static class properties