summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-08-26fixed conflictEmiel Bruijntjes
2014-08-26Value objects allocated with a const char * that is set to null, will not cre...Emiel Bruijntjes
2014-07-27update coding styleEmiel Bruijntjes
2014-07-27Merge branch 'FixedObjectConstructor' of https://github.com/andot/PHP-CPPEmiel Bruijntjes
2014-07-27added commentEmiel Bruijntjes
2014-07-27Merge branch 'fixed#107' of https://github.com/andot/PHP-CPPEmiel Bruijntjes
2014-07-27renamed subclassOf() to derivedFrom() (added to pull request #110)Emiel Bruijntjes
2014-07-26added Value::subclassOf(), and implemented Php::is_a() and Php::is_subclass_of()Emiel Bruijntjes
2014-07-26Merge branch 'is_a' of https://github.com/andot/PHP-CPPEmiel Bruijntjes
2014-07-26compile issuesEmiel Bruijntjes
2014-07-26modifed class_exists function to work with a char* without having to convert ...Emiel Bruijntjes
2014-07-26Merge branch 'class_exists' of https://github.com/andot/PHP-CPPEmiel Bruijntjes
2014-07-26renamed fastcall.cpp to eval.cpp, and moved the Php::eval() definition to the...Emiel Bruijntjes
2014-07-10Fixed Object Constructor.andot
2014-07-10Fixed issue #107andot
2014-07-10Add Php::is_a implementation.andot
2014-07-10Add Php::class_exists implementation.andot
2014-07-10Implementation issue #98andot
2014-07-08in the documentation and source code comments, the old method name Value::res...Emiel Bruijntjes
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-06-19implementation issue #97valmat
2014-06-11Merge pull request #95 from valmat/FixCompareOpEmiel Bruijntjes
2014-06-11donevalmat
2014-06-11Value::operator==valmat
2014-06-11when an object was created using Php::Object("MyClass", new MyClass()), the o...Emiel Bruijntjes
2014-06-08Comparison operators for hardcoded Valuevalmat
2014-05-06When "apache reload" is called, the PHP-CPP library made the entire Apache pr...Emiel Bruijntjes
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-10added implementation for Extension::iniVariables() methodEmiel Bruijntjes
2014-04-10Namespace::add() methods were hiddenEmiel Bruijntjes
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-10argument names are probably always hard coded strings, so no reason to copy t...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-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-08correct typo in error messageHector Jusforgues