summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add new interface ArrayAccess to use objects as ArraysMarcus Boerger2003-11-246-35/+92
* - Fix newly introduced bug which stopped class constants from working.Andi Gutmans2003-11-241-4/+10
* No longer needed.Sebastian Bergmann2003-11-241-107/+0
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-248-71/+30
* ChangeLog update2003-11-241-0/+5
* - Allocation optimizations by Timm FriebeAndi Gutmans2003-11-231-35/+47
* ChangeLog update2003-11-221-0/+5
* Cleaner patch for bug #26281.Ilia Alshanetsky2003-11-211-9/+1
* ChangeLog update2003-11-201-0/+6
* ChangeLog update2003-11-191-0/+26
* Possible fix for bug #26281 & test case.Ilia Alshanetsky2003-11-192-0/+15
* Add method alias macroMarcus Boerger2003-11-181-0/+2
* - Add E_STRICT, to be used to warn purists (like Jani :)Andi Gutmans2003-11-185-3/+7
* Backpatch the correct opcode for list(), property overloading needs moreMarcus Boerger2003-11-181-1/+10
* ChangeLog update2003-11-181-0/+5
* Use correct orderMarcus Boerger2003-11-181-2/+4
* Use correct macro/functionMarcus Boerger2003-11-181-2/+1
* Correct destructionMarcus Boerger2003-11-171-2/+1
* ChangeLog update2003-11-141-0/+16
* Bugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)Moriyoshi Koizumi2003-11-131-4/+1
* IteratorAggregate::getIterator() cannot return anythingy else than objectsMarcus Boerger2003-11-132-5/+8
* - Make sure internal clasess are mallocedAndi Gutmans2003-11-131-3/+5
* ChangeLog update2003-11-111-0/+29
* Don't use zend_class_entry indirectionMarcus Boerger2003-11-101-10/+2
* Bugfix #26010 (Bug on get_object_vars() function)Marcus Boerger2003-11-101-3/+16
* Correct default handlersMarcus Boerger2003-11-101-2/+4
* Need to update iterators handler table too.Marcus Boerger2003-11-101-3/+4
* Fix those warningsMarcus Boerger2003-11-102-3/+3
* Split isset/isempty for object property and object dimension hooking.Marcus Boerger2003-11-106-4/+38
* Little iterator improvement: ability to store index in iteratorMarcus Boerger2003-11-101-8/+2
* ChangeLog update2003-11-091-0/+16
* Add method reflection_class::implementsInterface()Marcus Boerger2003-11-081-9/+90
* Fix reflection_class::isSubclassOf()Marcus Boerger2003-11-081-1/+1
* Handle exceptions in casting more gracefully.Marcus Boerger2003-11-084-6/+86
* ChangeLog update2003-11-081-0/+15
* Make __autoload() fasterMarcus Boerger2003-11-071-11/+8
* Update Iterators: Call next at the correct point in time.Marcus Boerger2003-11-072-8/+20
* Add missing initialization.Marcus Boerger2003-11-071-0/+1
* Make these class entries available for inheriting classesMarcus Boerger2003-11-071-0/+4
* ChangeLog update2003-11-071-0/+9
* Fixed bug #26148 (Print the notice before modifying variable on typeIlia Alshanetsky2003-11-061-1/+1
* ChangeLog update2003-11-051-0/+22
* Prevent some SEGV's when Exceptions are thorown inside iterators.Marcus Boerger2003-11-042-12/+18
* Removedouble efree callMarcus Boerger2003-11-041-1/+0
* __tostring() handler should be binary-safeMoriyoshi Koizumi2003-11-041-2/+1
* Fix one more testMoriyoshi Koizumi2003-11-041-1/+1
* add zend_iterators.c zend_interfaces.c to makeStanislav Malyshev2003-11-041-1/+2
* ChangeLog update2003-11-011-0/+5
* Add test case for bug #26010Moriyoshi Koizumi2003-10-311-0/+19
* ChangeLog update2003-10-311-0/+11