summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-04fixes to make the library compile for php 5.6 environments (problem discovere...Emiel Bruijntjes
2014-04-03update documentation about inheritanceEmiel Bruijntjes
2014-04-03fixes TSRMLS compile issuesEmiel Bruijntjes
2014-04-03fixed typo;Emiel Bruijntjes
2014-04-03{auto} fixed super-globals when running as apache module, and when using just...Emiel Bruijntjes
2014-04-03fixes to compile on 5.3Emiel Bruijntjes
2014-04-02base classes can be added too, with the class::extends() method (request from...Emiel Bruijntjes
2014-04-02it now is possible to register a class as base class (although not yet workin...Emiel Bruijntjes
2014-04-02added Class::implements() method to allow classes that implement interfaces (...Emiel Bruijntjes
2014-04-02refactored the class and classbase classes, and introduced a classimpl class ...Emiel Bruijntjes
2014-04-01much simpler implementation of hash member, i do not understand why i first u...Emiel Bruijntjes
2014-04-01traverseiterator was not working on php 5.4 (mentioned in issue #62)Emiel Bruijntjes
2014-03-29fixed broken texts because of wrong return value of many chaining methods in ...Emiel Bruijntjes
2014-03-29all methods to register functions, methods, properties and classes not return...Emiel Bruijntjes
2014-03-25update documentation about threadsEmiel Bruijntjes
2014-03-24fixed compile issues with TSRM enabledEmiel Bruijntjes
2014-03-24fix compile issues for TRSMEmiel Bruijntjes
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
2014-03-24fixed nested arrays, issue #50Emiel Bruijntjes
2014-03-23added echo() function requested in issue #51Emiel Bruijntjes
2014-03-23errors have a limited buffer, and discard any overflow data, replaced std::co...Emiel Bruijntjes
2014-03-23implemented php output streams as was asked for in issue #51Emiel Bruijntjes
2014-03-21fixed crashes for certain test cases on php 5.3Emiel Bruijntjes
2014-03-21fixed iterator for php 5.5Emiel Bruijntjes
2014-03-21fixed compile problem with php 5.5Emiel Bruijntjes
2014-03-21first key/value pair was not correctly retrieved, this has now been fixedEmiel Bruijntjes
2014-03-21fixed some issues with traverse iteratorsEmiel Bruijntjes
2014-03-21implementation of traverseiterator (untested)Emiel Bruijntjes
2014-03-20added missing methods to the hashiterator classEmiel Bruijntjes
2014-03-20removed unique_ptr because client applications do not allow unique_ptr with u...Emiel Bruijntjes
2014-03-20moved implementation for hashiterator to header file, introduced invaliditera...Emiel Bruijntjes
2014-03-20added hashiterator, this is going to be one of the implementation classes for...Emiel Bruijntjes
2014-03-19when iterating over object properties, the private and protected properties a...Emiel Bruijntjes
2014-03-18fixed but in iteratorv0.9.1Emiel Bruijntjes
2014-03-17Fixed initialization of _required variable in Argument move constructorEmiel Bruijntjes
2014-03-17in php 5.3 environments, not all code was correctly initialized which resulte...Emiel Bruijntjes
2014-03-17fix compile issue on php > 5.3Emiel Bruijntjes
2014-03-17fix compile issue on php > 5.3Emiel Bruijntjes
2014-03-17fixed initialization of forgotten structure fieldsEmiel Bruijntjes