summaryrefslogtreecommitdiff
path: root/zend/extensionimpl.cpp
AgeCommit message (Expand)Author
2016-05-17Fix crash during initializationMartijn Otto
2016-05-17Fix crash during module finding and fix incomplete types for Value::call() me...Martijn Otto
2016-05-17Fixed final compilation issuesMartijn Otto
2015-04-03fixed a crash when dynamicly loaded extensions were unloaded, the static cach...v1.3.2Emiel Bruijntjes
2015-02-05refactored the initialization and shutdown of extension objects (code is move...Emiel Bruijntjes
2015-01-20resolved conflictEmiel Bruijntjes
2015-01-20PHP-CPP now checks whether an already compiled extension is still compatible ...Emiel Bruijntjes
2015-01-17added initial implementation for registering constantsEmiel Bruijntjes
2015-01-15Added the Php::Function class. This is an extension to the Php::Value class t...Emiel Bruijntjes
2014-05-06When "apache reload" is called, the PHP-CPP library made the entire Apache pr...Emiel Bruijntjes
2014-04-12fixed compile issue (issue #64)Emiel Bruijntjes
2014-04-12fixed wrong memory deallocation when php.ini entries were unregistered (issue...Emiel Bruijntjes
2014-04-10refactored ini settingsEmiel Bruijntjes
2014-04-10Merge branch 'master' into inivalmat
2014-04-09fixed compile issues with gcc 4.7 (see issue #72)Emiel Bruijntjes
2014-04-09Made compatible. Now works in the new structure of the library.valmat
2014-04-09Merge branch 'master' into ini-mastervalmat
2014-04-06introduced common directory that will contain implementation files that are u...Emiel Bruijntjes
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes