summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2003-01-061-0/+7
* MFZE1 - lineno fixZeev Suraski2003-01-053-2/+5
* ChangeLog update2003-01-031-0/+7
* ChangeLog update2003-01-021-0/+97
* Fix incorrect linkage of access-levels, when using private methodsZeev Suraski2003-01-023-15/+38
* Win32 build fixZeev Suraski2003-01-012-2/+11
* use handler for Z_OBJPROPStanislav Malyshev2003-01-011-1/+1
* Fix Wez's problemZeev Suraski2003-01-011-1/+1
* Bump year.Sebastian Bergmann2002-12-3159-61/+61
* fix level of indirectionStanislav Malyshev2002-12-311-1/+1
* Adjust the error message.Andrei Zmievski2002-12-301-1/+1
* Oops, fix it indeedStanislav Malyshev2002-12-301-1/+1
* Better checkStanislav Malyshev2002-12-301-1/+1
* ChangeLog update2002-12-271-0/+6
* do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS orAndrei Zmievski2002-12-261-1/+2
* Update2002-12-171-0/+361
* MFZE2Ilia Alshanetsky2002-12-141-1/+0
* Fix check to allow for static+access level modifiersZeev Suraski2002-12-101-1/+2
* - Allow variables to have both 'static' modifier and an access level.Zeev Suraski2002-12-093-17/+22
* - Fix a bug which I just introduced.Andi Gutmans2002-12-091-0/+1
* - Fix typoAndi Gutmans2002-12-091-1/+1
* - ImprovementsAndi Gutmans2002-12-091-5/+14
* - 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