summaryrefslogtreecommitdiff
path: root/zend/includes.h
AgeCommit message (Expand)Author
2016-05-20Update check for PHP versionMartijn Otto
2016-05-19Updated the required PHP version and correctly install the classimpl pointer ...Martijn Otto
2016-05-12Show an error message about not being compatible with php7 in case you're try...Toon Schoenmakers
2015-09-17Added support for passing the error types in the set_error_handlerToon Schoenmakers
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-03-13Implemented a simple sapi_name() method which will return the current sapiToon Schoenmakers
2015-02-21initial implementation of the Php::dl() functionEmiel Bruijntjes
2015-02-05Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-02-05when an exception was thrown from out of an __invoke() or __call() method, a ...Emiel Bruijntjes
2015-02-05for 32bit systems there was a compile issue, hopefully this commit solves tha...Emiel Bruijntjes
2015-01-26fixed _NOEXCEPT macro for normal compilers, updated version number to force r...Emiel Bruijntjes
2015-01-26Added macro wrapper for noexceptRoland Eischer
2015-01-25Php::Constant objects can now also be added to a Php::Class to create class c...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
2015-01-13in response to issue #156: the super-global arrays Php::POST, Php::SERVER, et...Emiel Bruijntjes
2015-01-12fixed compiling in ZTS environments (reported in issue #57)Emiel Bruijntjes
2015-01-11refactored script class to have a seperate opcodes class, added file class th...Emiel Bruijntjes
2015-01-10added Script class to simplify parsing and executing php scripts (the Php::ev...Emiel Bruijntjes
2014-07-23Fixed compatibility issue with VS2013andot
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-04-14Separated class IniValue from class Inivalmat
2014-04-10Fixed problem with duplicate names ini entries.valmat
2014-04-09Merge branch 'master' into ini-mastervalmat
2014-04-07very simple non-working implementation of streambufs for hhvmEmiel Bruijntjes
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