Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChangeLog update | 2003-01-06 | 1 | -0/+7 | |
* | MFZE1 - lineno fix | Zeev Suraski | 2003-01-05 | 3 | -2/+5 |
* | ChangeLog update | 2003-01-03 | 1 | -0/+7 | |
* | ChangeLog update | 2003-01-02 | 1 | -0/+97 | |
* | Fix incorrect linkage of access-levels, when using private methods | Zeev Suraski | 2003-01-02 | 3 | -15/+38 |
* | Win32 build fix | Zeev Suraski | 2003-01-01 | 2 | -2/+11 |
* | use handler for Z_OBJPROP | Stanislav Malyshev | 2003-01-01 | 1 | -1/+1 |
* | Fix Wez's problem | Zeev Suraski | 2003-01-01 | 1 | -1/+1 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 59 | -61/+61 |
* | fix level of indirection | Stanislav Malyshev | 2002-12-31 | 1 | -1/+1 |
* | Adjust the error message. | Andrei Zmievski | 2002-12-30 | 1 | -1/+1 |
* | Oops, fix it indeed | Stanislav Malyshev | 2002-12-30 | 1 | -1/+1 |
* | Better check | Stanislav Malyshev | 2002-12-30 | 1 | -1/+1 |
* | ChangeLog update | 2002-12-27 | 1 | -0/+6 | |
* | do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or | Andrei Zmievski | 2002-12-26 | 1 | -1/+2 |
* | Update | 2002-12-17 | 1 | -0/+361 | |
* | MFZE2 | Ilia Alshanetsky | 2002-12-14 | 1 | -1/+0 |
* | Fix check to allow for static+access level modifiers | Zeev Suraski | 2002-12-10 | 1 | -1/+2 |
* | - Allow variables to have both 'static' modifier and an access level. | Zeev Suraski | 2002-12-09 | 3 | -17/+22 |
* | - Fix a bug which I just introduced. | Andi Gutmans | 2002-12-09 | 1 | -0/+1 |
* | - Fix typo | Andi Gutmans | 2002-12-09 | 1 | -1/+1 |
* | - Improvements | Andi Gutmans | 2002-12-09 | 1 | -5/+14 |
* | - First attempt to improve memory manager during realloc()'s | Andi Gutmans | 2002-12-09 | 2 | -5/+37 |
* | Remove comment | Zeev Suraski | 2002-12-08 | 1 | -3/+0 |
* | Treat the absence of an access type just as if 'public' was supplied | Zeev Suraski | 2002-12-08 | 3 | -7/+4 |
* | Simplify/fix inheritance checks | Zeev Suraski | 2002-12-07 | 1 | -16/+3 |
* | Support private/protected constructors | Zeev Suraski | 2002-12-07 | 1 | -36/+52 |
* | Update. | Sebastian Bergmann | 2002-12-07 | 1 | -50/+24 |
* | Fix error messages | Zeev Suraski | 2002-12-07 | 1 | -0/+6 |
* | Remove unintentional code | Zeev Suraski | 2002-12-07 | 2 | -5/+1 |
* | - Dissallow using parent, self and main as class names | Andi Gutmans | 2002-12-07 | 1 | -0/+4 |
* | - Implement public/protected/private methods. | Zeev Suraski | 2002-12-06 | 10 | -64/+268 |
* | - Allow enabling of memory cache with zend_mm | Andi Gutmans | 2002-12-01 | 1 | -1/+1 |
* | - MFZE1 | Andi Gutmans | 2002-12-01 | 3 | -0/+204 |
* | - Revert as the patch doesn't compile | Andi Gutmans | 2002-12-01 | 3 | -204/+0 |
* | - MFZE1 | Andi Gutmans | 2002-12-01 | 3 | -0/+204 |
* | h WHitespace | Andi Gutmans | 2002-11-30 | 12 | -31/+31 |
* | - Initialize constants_updated (by Marcus) | Andi Gutmans | 2002-11-29 | 1 | -0/+2 |
* | - Nuke use of deprecated macro | Andi Gutmans | 2002-11-27 | 1 | -5/+5 |
* | - FN_IS_STATIC -> FN_STATIC | Andi Gutmans | 2002-11-24 | 4 | -6/+6 |
* | - Fix crash | Andi Gutmans | 2002-11-24 | 1 | -1/+3 |
* | - My personal cleanups | Andi Gutmans | 2002-11-23 | 2 | -10/+10 |
* | - Commit Marcus' cleanup of abstract and static inheritance and improve | Andi Gutmans | 2002-11-23 | 9 | -27/+58 |
* | - Initialize all functions to non-static (patch by Marcus Börger | Derick Rethans | 2002-11-22 | 1 | -0/+1 |
* | Show class name as well. Patch by Marcus Börger. | Sebastian Bergmann | 2002-11-22 | 1 | -1/+1 |
* | Show the name of the abstract method in the error. | Sebastian Bergmann | 2002-11-21 | 1 | -1/+1 |
* | Fix prototype. | Sebastian Bergmann | 2002-11-21 | 1 | -1/+1 |
* | - MFZE1: Disable leak() and crash() when not using debug mode | Derick Rethans | 2002-11-20 | 1 | -1/+6 |
* | - Add abstract methods | Andi Gutmans | 2002-11-20 | 1 | -0/+2 |
* | - Fix build (thanks Marcus) | Andi Gutmans | 2002-11-20 | 5 | -4/+32 |