summaryrefslogtreecommitdiff
path: root/zend
AgeCommit message (Expand)Author
2014-04-14added Php::IniValue constructor to the Php::Value class, so that "return Php:...Emiel Bruijntjes
2014-04-14Separated class IniValue from class Inivalmat
2014-04-13Fix linker errorvalmat
2014-04-13Class IniValue designed for extracting values from ini entriesvalmat
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 pull request #76 from valmat/iniEmiel Bruijntjes
2014-04-10extra check for existance of classname #77Emiel Bruijntjes
2014-04-10argument names are probably always hard coded strings, so no reason to copy t...Emiel Bruijntjes
2014-04-10parameters were not correctly initialized (issue #75)Emiel Bruijntjes
2014-04-10Merge branch 'master' into inivalmat
2014-04-10Fixed problem with duplicate names ini entries.valmat
2014-04-09generate warning when a function is called with not enough parametersEmiel Bruijntjes
2014-04-09fixed compile issues with gcc 4.7 (see issue #72)Emiel Bruijntjes
2014-04-09added unset function (request from issue #71)Emiel Bruijntjes
2014-04-09added support for accessing array keys by other value objects, support for un...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-07objects were not destructed correctly (we freed memory that we had allocated ...Emiel Bruijntjes
2014-04-07{auto} compile error on php 5.3Emiel Bruijntjes
2014-04-07very simple non-working implementation of streambufs for hhvmEmiel Bruijntjes
2014-04-06moved modifiers.cpp to the common directoryEmiel 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