Skip to content

Tags: rtio/PHP-CPP

Tags

v2.3.5

Toggle v2.3.5's commit message
PHP-8.0 support

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 2.1.0

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