summaryrefslogtreecommitdiff
path: root/zend/namespace.cpp
AgeCommit message (Collapse)Author
2015-01-18implemented namespace::constants() methodEmiel Bruijntjes
2015-01-15Added the Php::Function class. This is an extension to the Php::Value class ↵Emiel Bruijntjes
that can be used if you want to assign a std::function object to a Value. This is useful if you want to pass a C++ lambda to a PHP userspace function
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-10refactored ini settingsEmiel Bruijntjes
2014-04-10Merge branch 'master' into inivalmat
Conflicts: include/namespace.h
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-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes