Version 1.1
Release 1.1 of the PHP-CPP library contains a number of small bug fixes, and support for php.ini variables.
The source code and directory structure of the library has been refactored to prepare for future support of HHVM, so that extensions written with PHP-CPP can be used in combination with Zend, and in combination with HHVM. This is work in progress: currently PHP-CPP extensions only work with Zend.
The most important changes in version 1.1 are:
- Support for php.ini entries.
- Restructured source code to be engine agnostic.