Skip to content

Tags: cuiwm/PHP-CPP

Tags

v2.0.0

Toggle v2.0.0's commit message
the Value::isCallable() did not work, it has been refactored based on…

… the "method_exists" implementation

v1.5.3

Toggle v1.5.3's commit message
Don't create a std::string with a nullptr

v1.5.2

Toggle v1.5.2's commit message
Bump version to 1.5.2

v1.5.1

Toggle v1.5.1's commit message
Revert "Revert "Revert "Fix issue with derived classes, but only fix …

…it for PHP 5.4 and up. Closes CopernicaMarketingSoftware#211"""

This reverts commit c512e02.

v1.5

Toggle v1.5's commit message
prepare version number for upcoming 1.5 release

v1.4

Toggle v1.4's commit message
Add soname and release build traget, default make target is debug

v1.3.2

Toggle v1.3.2's commit message
fixed a crash when dynamicly loaded extensions were unloaded, the sta…

…tic cache in PHP-CPP with all the extension names to extension pointers, and the extension numbers to extension pointers are now cleanup up when an extension is unloaded

v1.3.1

Toggle v1.3.1's commit message
added methods IniValue::stringValue(), IniValue::numericValue(), etc

v1.3

Toggle v1.3's commit message
disable alternate Php::Function constructor on compilers that do not …

…support it (fix for issue CopernicaMarketingSoftware#164)

v1.2.2

Toggle v1.2.2's commit message
Fixed a memory leak when returning a Php::Object with an already allo…

…cated Base