summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - First attempt to improve memory manager during realloc()'sAndi Gutmans2002-12-092-5/+37
* Remove commentZeev Suraski2002-12-081-3/+0
* Treat the absence of an access type just as if 'public' was suppliedZeev Suraski2002-12-083-7/+4
* Simplify/fix inheritance checksZeev Suraski2002-12-071-16/+3
* Support private/protected constructorsZeev Suraski2002-12-071-36/+52
* Update.Sebastian Bergmann2002-12-071-50/+24
* Fix error messagesZeev Suraski2002-12-071-0/+6
* Remove unintentional codeZeev Suraski2002-12-072-5/+1
* - Dissallow using parent, self and main as class namesAndi Gutmans2002-12-071-0/+4
* - Implement public/protected/private methods.Zeev Suraski2002-12-0610-64/+268
* - Allow enabling of memory cache with zend_mmAndi Gutmans2002-12-011-1/+1
* - MFZE1Andi Gutmans2002-12-013-0/+204
* - Revert as the patch doesn't compileAndi Gutmans2002-12-013-204/+0
* - MFZE1Andi Gutmans2002-12-013-0/+204
* h WHitespaceAndi Gutmans2002-11-3012-31/+31
* - Initialize constants_updated (by Marcus)Andi Gutmans2002-11-291-0/+2
* - Nuke use of deprecated macroAndi Gutmans2002-11-271-5/+5
* - FN_IS_STATIC -> FN_STATICAndi Gutmans2002-11-244-6/+6
* - Fix crashAndi Gutmans2002-11-241-1/+3
* - My personal cleanupsAndi Gutmans2002-11-232-10/+10
* - Commit Marcus' cleanup of abstract and static inheritance and improveAndi Gutmans2002-11-239-27/+58
* - Initialize all functions to non-static (patch by Marcus BörgerDerick Rethans2002-11-221-0/+1
* Show class name as well. Patch by Marcus Börger.Sebastian Bergmann2002-11-221-1/+1
* Show the name of the abstract method in the error.Sebastian Bergmann2002-11-211-1/+1
* Fix prototype.Sebastian Bergmann2002-11-211-1/+1
* - MFZE1: Disable leak() and crash() when not using debug modeDerick Rethans2002-11-201-1/+6
* - Add abstract methodsAndi Gutmans2002-11-201-0/+2
* - Fix build (thanks Marcus)Andi Gutmans2002-11-205-4/+32
* MFZE1 - error_reporting fixZeev Suraski2002-11-195-10/+39
* - MFZE1Andi Gutmans2002-11-181-3/+4
* fix the leakStanislav Malyshev2002-11-171-0/+4
* - MFZE1Andi Gutmans2002-11-161-1/+0
* - MFZE1Andi Gutmans2002-11-161-2/+11
* - MFZE1Andi Gutmans2002-11-152-0/+6
* - Commit fix for bug #19566 (I think it's by Marcus :)Andi Gutmans2002-11-151-2/+2
* MFZE1Andrei Zmievski2002-11-141-1/+1
* semi-fix string offsets crash - now it doesn't crash, but still leaksStanislav Malyshev2002-11-131-0/+9
* fix staticStanislav Malyshev2002-11-121-0/+1
* - Update with staticsAndi Gutmans2002-11-111-0/+6
* Fugbix typo.Sebastian Bergmann2002-11-111-1/+1
* MFZE1Ilia Alshanetsky2002-11-111-3/+5
* - MFZE1Andi Gutmans2002-11-101-2/+12
* fix statics - make it behave like $this (fetch type "static")Stanislav Malyshev2002-11-103-27/+37
* Fix ZTS build.Sebastian Bergmann2002-11-061-1/+1
* fix zend_assign_to_object_opStanislav Malyshev2002-11-061-1/+1
* MFZE1Ilia Alshanetsky2002-11-051-1/+7
* - Shift around zend_op membersAndi Gutmans2002-11-051-2/+2
* - A couple of updatesAndi Gutmans2002-11-051-1/+3
* - Add support for static methods. Basically methods which are defined asAndi Gutmans2002-11-054-32/+39
* - $clone -> $thatAndi Gutmans2002-11-051-1/+1