summaryrefslogtreecommitdiff
path: root/zend/extensionimpl.h
AgeCommit message (Collapse)Author
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