summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-10refactored ini settingsEmiel Bruijntjes
2014-04-10Merge pull request #76 from valmat/iniEmiel Bruijntjes
2014-04-10calls to strlen has been converted into calls to ::strlen, because Php::strle...Emiel 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-10fix warningsvalmat
2014-04-10Merge branch 'master' into inivalmat
2014-04-10Fixed problem with duplicate names ini entries.valmat
2014-04-10Php::Ini::Place::System --> Php::Ini::Systemvalmat
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-09Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2014-04-09added array_push functionEmiel 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-08Merge pull request #70 from hectorj/masterMartijn Otto
2014-04-08correct typo in error messageHector Jusforgues
2014-04-08Ini entries emplemented (issues #64)valmat
2014-04-07fixed typo in documentationEmiel Bruijntjes
2014-04-07fixed broken link on php-cpp websiteEmiel Bruijntjes
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
2014-04-06the exception.h header file no longer depends on the zend engine header files...Emiel Bruijntjes
2014-04-06refactored parameters class so that no zend engine dependency is necessary in...Emiel Bruijntjes
2014-04-06moved init.h from header files to src directory because it is zend-specificEmiel Bruijntjes
2014-04-06fixed testEmiel Bruijntjes
2014-04-06refactored code, so that there is no zend engine dependency left in base.h he...Emiel Bruijntjes
2014-04-06removed all zend dependencies from the public extension object, and moved it ...Emiel Bruijntjes
2014-04-06Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2014-04-06added documentation of the implementation() methodEmiel Bruijntjes
2014-04-05Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2014-04-05Merge pull request #67 from valmat/testsEmiel Bruijntjes
2014-04-06Changed the test php/phpt/class_obj/005-static-prop.phpt Included checking th...valmat
2014-04-05removed zend code from the iterator header file, and moved it into the src di...Emiel Bruijntjes
2014-04-05renamed iteratorimpl to valueiteratorimpl to make room for the upcoming itera...Emiel Bruijntjes
2014-04-05removed zend code from the argument.h header fileEmiel Bruijntjes
2014-04-05add tests for HashMembervalmat
2014-04-05added extra check to see if a derived class is initialized before a base clas...Emiel Bruijntjes
2014-04-05implemented static properties as requested in issue #58v1.0Emiel Bruijntjes
2014-04-04Merge pull request #65 from lisachenko/feature/interface-inheritanceEmiel Bruijntjes
2014-04-04Add an bility to define inheritance for interfacesAlexander Lisachenko
2014-04-04fixes to make the library compile for php 5.6 environments (problem discovere...Emiel Bruijntjes
2014-04-04fixed typos in documentation, added ini_get() function to call.hEmiel Bruijntjes