summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Reorganize this a bit to ensure the object memory is destructed beforeMarcus Boerger2003-07-021-27/+31
* Bug #24399: is_subclass_of(): fix memleak, tooMarcus Boerger2003-07-021-0/+1
* Throughly fix scoping change. Fixes, among other things, bug #24403Zeev Suraski2003-07-021-8/+21
* - Nuke CG(in_clone_method)Andi Gutmans2003-07-022-5/+0
* Fix for bug #22367.Zeev Suraski2003-07-021-0/+5
* optimize the case where the object is really a class name, as we don't needSterling Hughes2003-07-021-24/+31
* Timm Friebe points out that object detection should be done regardless ofSterling Hughes2003-07-021-54/+50
* Finally fix property cloning and fix the tests accordingly.Marcus Boerger2003-07-021-1/+7
* Fix bug #24445Sterling Hughes2003-07-021-9/+1
* ChangeLog update2003-07-021-0/+58
* Fix __clone().Marcus Boerger2003-07-011-7/+4
* Use both destructor and shutdownMarcus Boerger2003-07-011-2/+7
* small bugfixMarcus Boerger2003-07-011-0/+1
* Rename test to correct extensionMarcus Boerger2003-07-011-0/+0
* __clone might not be definedMarcus Boerger2003-07-011-13/+15
* Fix __clone visibilityMarcus Boerger2003-07-011-0/+20
* Fix destructor visibilityMarcus Boerger2003-07-013-3/+20
* - Added test for bug #24436Derick Rethans2003-07-011-0/+26
* Timm Friebe's patches for code celanup and additional functions.George Schlossnagle2003-07-011-243/+217
* Missing .cvsignore, broken test, renamed zend2.php -> zend2.php.txtfoobar2003-07-012-2/+3
* ZTS fixes.Sebastian Bergmann2003-07-011-4/+4
* more incremental changes. add anything that needs a class factory.George Schlossnagle2003-07-011-1/+72
* all the easy parts of Reflection_ClassGeorge Schlossnagle2003-07-011-7/+260
* ChangeLog update2003-07-011-0/+60
* this fixes including this header in a c++ file (vs6)Shane Caraveo2003-06-301-1/+1
* nuke "main" as a reserved keywordSterling Hughes2003-06-301-2/+1
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-309-46/+46
* ZTS fixes. Remove unused local variables.Sebastian Bergmann2003-06-301-12/+11
* added support for Reflection_Function, the first part ofGeorge Schlossnagle2003-06-307-1/+408
* move the check down a little so it catches all casesSterling Hughes2003-06-301-3/+4
* Fix bug #24399 from an excellent test case by edinSterling Hughes2003-06-301-0/+3
* Semantically it's a refcount increase, not a lock...Zeev Suraski2003-06-301-1/+1
* Fix 'global' implementation (fixes, at least, bug #24396Zeev Suraski2003-06-301-5/+3
* revert back the optimization for now.Sterling Hughes2003-06-301-5/+1
* ChangeLog update2003-06-301-0/+17
* Fixed bug #24279 (__get() crash when no value is returned)Ilia Alshanetsky2003-06-291-2/+3
* Remove namespace references.Sebastian Bergmann2003-06-291-50/+1
* Very simple, but very effective optimization. Provides a signifigant speedSterling Hughes2003-06-291-1/+5
* ChangeLog update2003-06-241-0/+10
* Fix crash :)Zeev Suraski2003-06-231-3/+7
* FIx leakStanislav Malyshev2003-06-231-1/+1
* ChangeLog update2003-06-231-0/+9
* Fix complex expressions for class names in NEWZeev Suraski2003-06-222-17/+36
* SimplifyZeev Suraski2003-06-221-7/+2
* ChangeLog update2003-06-221-0/+10
* WSMarcus Boerger2003-06-211-1/+1
* Add final classesMarcus Boerger2003-06-213-0/+5
* ChangeLog update2003-06-171-0/+14
* no need to init zval - assignment will initStanislav Malyshev2003-06-161-1/+1
* Fix bug #22592 - cascading assignments to string offsetsStanislav Malyshev2003-06-161-2/+12