summaryrefslogtreecommitdiff
path: root/zend/extensionimpl.h
AgeCommit message (Collapse)Author
2016-05-17Fix crash during module finding and fix incomplete types for Value::call() ↵Martijn Otto
members
2016-05-17Fixed final compilation issuesMartijn Otto
2015-02-05refactored the initialization and shutdown of extension objects (code is ↵Emiel Bruijntjes
moved from a static method to a real member method), and more importantly: fixed initialization of the PhpCpp::Functor class, previously, we created the class an runtime whenever we needed it, but that turned out to be a cause for crashes when php stopped, this has also been solved
2015-01-20resolved conflictEmiel Bruijntjes
2015-01-20PHP-CPP now checks whether an already compiled extension is still compatible ↵Emiel Bruijntjes
with the PHP-CPP library. This prevents weird crashes when users update their PHP-CPP library, without recompiling their extensions
2015-01-17added initial implementation for registering constantsEmiel Bruijntjes
2014-05-06When "apache reload" is called, the PHP-CPP library made the entire Apache ↵Emiel Bruijntjes
process crash. This has been fixed
2014-04-12fixed wrong memory deallocation when php.ini entries were unregistered ↵Emiel Bruijntjes
(issue #64)
2014-04-06introduced common directory that will contain implementation files that are ↵Emiel Bruijntjes
used for hhvm and zend, and introduced hhvm file for the implementation of hhvmcpp
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes