summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-26when value properties that start with a null byte are set or retrieved (this ...v1.2Emiel Bruijntjes
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-08-22Store the impl pointer for ClassImpl after the name in the zend_class_entry o...Toon Schoenmakers
2014-08-19Fixed the compile issues against php 5.3Toon Schoenmakers
2014-08-19Use stringValue() rather than checking if it's a numeric value to then use st...Toon Schoenmakers
2014-08-15Properly use numeric keys in case we're requesting a mapValueToon Schoenmakers
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-26fixed compile issuesEmiel Bruijntjes
2014-07-26removed includes for fastcall.hEmiel 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-26autoload check had to be exactly the other way aroundEmiel Bruijntjes
2014-07-26compile issuesEmiel Bruijntjes
2014-07-26removed space from docblockEmiel 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-26Merge branch 'andot-issue#98'Emiel Bruijntjes
2014-07-26no more exceptions for wrong eval()'ed codeEmiel Bruijntjes
2014-07-26minor change so that phpcpp.h does not have any changes in this projectEmiel Bruijntjes
2014-07-26renamed fastcall.cpp to eval.cpp, and moved the Php::eval() definition to the...Emiel Bruijntjes
2014-07-26Merge branch 'issue#98' of https://github.com/andot/PHP-CPP into andot-issue#98Emiel Bruijntjes
2014-07-21Merge pull request #122 from andot/hashiterEmiel Bruijntjes
2014-07-21Merge pull request #127 from adanlobato/masterEmiel Bruijntjes
2014-07-21Fix typoAdán Lobato
2014-07-14Change C99 VLA C++ dynamic arrayandot
2014-07-11Fixed a bug of HashIteratorandot
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-08changed comments to match coding styleEmiel Bruijntjes
2014-07-08Merge pull request #101 from valmat/FixIssue100Emiel Bruijntjes
2014-07-08in the documentation and source code comments, the old method name Value::res...Emiel Bruijntjes
2014-06-23Fixed issue #100valmat
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-19Merge pull request #99 from valmat/issue97Emiel 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-11Corrected in accordance with Proposition https://github.com/CopernicaMarketin...valmat
2014-06-11issue #93: fix crash when moving to null Php::Value objectEmiel Bruijntjes
2014-06-11when an object was created using Php::Object("MyClass", new MyClass()), the o...Emiel Bruijntjes