| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - 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 |
| | | | | | | - error messages | ||||
| * | - Initialize all functions to non-static (patch by Marcus Börger | Derick Rethans | 2002-11-22 | 1 | -0/+1 |
| | | | | | | <marcus.boerger@t-online.de>. | ||||
| * | 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 |
| | | | | | | | | | | | - Implement abstract methods, syntax: - abstract function foo($vars); - I don't see any reason why modifiers such as static/public need to be - used with abstract. PHP is weakly typed and there would be no meaning to - this anyway. People who want a strictly typed compiled language are - looking in the wrong place. | ||||
| * | MFZE1 - error_reporting fix | Zeev Suraski | 2002-11-19 | 5 | -10/+39 |
| | | |||||
| * | - MFZE1 | Andi Gutmans | 2002-11-18 | 1 | -3/+4 |
| | | |||||
| * | fix the leak | Stanislav Malyshev | 2002-11-17 | 1 | -0/+4 |
| | | |||||
| * | - MFZE1 | Andi Gutmans | 2002-11-16 | 1 | -1/+0 |
| | | |||||
| * | - MFZE1 | Andi Gutmans | 2002-11-16 | 1 | -2/+11 |
| | | |||||
| * | - MFZE1 | Andi Gutmans | 2002-11-15 | 2 | -0/+6 |
| | | |||||
| * | - Commit fix for bug #19566 (I think it's by Marcus :) | Andi Gutmans | 2002-11-15 | 1 | -2/+2 |
| | | |||||
| * | MFZE1 | Andrei Zmievski | 2002-11-14 | 1 | -1/+1 |
| | | |||||
| * | semi-fix string offsets crash - now it doesn't crash, but still leaks | Stanislav Malyshev | 2002-11-13 | 1 | -0/+9 |
| | | |||||
| * | fix static | Stanislav Malyshev | 2002-11-12 | 1 | -0/+1 |
| | | |||||
| * | - Update with statics | Andi Gutmans | 2002-11-11 | 1 | -0/+6 |
| | | |||||
| * | Fugbix typo. | Sebastian Bergmann | 2002-11-11 | 1 | -1/+1 |
| | | |||||
| * | MFZE1 | Ilia Alshanetsky | 2002-11-11 | 1 | -3/+5 |
| | | |||||
| * | - MFZE1 | Andi Gutmans | 2002-11-10 | 1 | -2/+12 |
| | | |||||
| * | fix statics - make it behave like $this (fetch type "static") | Stanislav Malyshev | 2002-11-10 | 3 | -27/+37 |
| | | | | | | Side effect: indirect references to statics won't work. | ||||
| * | Fix ZTS build. | Sebastian Bergmann | 2002-11-06 | 1 | -1/+1 |
| | | |||||
| * | fix zend_assign_to_object_op | Stanislav Malyshev | 2002-11-06 | 1 | -1/+1 |
| | | |||||
| * | MFZE1 | Ilia Alshanetsky | 2002-11-05 | 1 | -1/+7 |
| | | |||||
| * | - Shift around zend_op members | Andi Gutmans | 2002-11-05 | 1 | -2/+2 |
| | | |||||
| * | - A couple of updates | Andi Gutmans | 2002-11-05 | 1 | -1/+3 |
| | | |||||
| * | - Add support for static methods. Basically methods which are defined as | Andi Gutmans | 2002-11-05 | 4 | -32/+39 |
| | | | | | | - static don't have $this. That's the whole difference. | ||||
| * | - $clone -> $that | Andi Gutmans | 2002-11-05 | 1 | -1/+1 |
| | | |||||
| * | - Fix bug introduced with type change of free_op1/2 | Andi Gutmans | 2002-11-05 | 1 | -1/+1 |
| | | |||||
| * | - ATTENTION: Finally nuke old_function and cfunction. I think it is time | Andi Gutmans | 2002-11-05 | 2 | -10/+1 |
| | | | | | | | - to get rid of these BC notations. This is from the days of the move from - PHP/FI 2 -> PHP 3 | ||||
| * | Revert of previous patch. | Ilia Alshanetsky | 2002-11-05 | 1 | -1/+1 |
| | | |||||
| * | - Change the automatically created variable $clone in __clone() to | Andi Gutmans | 2002-11-05 | 2 | -3/+3 |
| | | | | | | | | | - $that as discussed at the PHP Conference. If there are any objections - alternative names please let me know. The reason for changing it from - $clone is because $clone sounds as if it's the newly cloned object and - not the old one. | ||||
| * | avoid using 'class' in exported functions - it annoys c++ | Stanislav Malyshev | 2002-11-05 | 2 | -6/+6 |
| | | |||||
| * | Fixed some special cases that were crashing for the exception default | Stig Bakken | 2002-11-05 | 1 | -2/+8 |
| | | | | | | handler. | ||||
| * | Silence compiler warnings. | Ilia Alshanetsky | 2002-11-04 | 1 | -2/+2 |
| | | |||||
| * | If ordered is not set a random compiler assigned value of *p2 would be used, | Ilia Alshanetsky | 2002-11-04 | 1 | -1/+1 |
| | | | | | | this patch fixes the problem by initializing *p2 to NULL. | ||||
| * | Silence compile warning, ctype.h is needed for tolower() function. | Ilia Alshanetsky | 2002-11-04 | 1 | -0/+2 |
| | | |||||
| * | MFZE1 | Ilia Alshanetsky | 2002-11-02 | 1 | -1/+6 |
| | | |||||
| * | - Fix segfault when __CLASS__ was used outside a class definition | Derick Rethans | 2002-11-02 | 1 | -1/+5 |
| | | |||||
| * | - MFZE1 | Derick Rethans | 2002-11-02 | 1 | -0/+1 |
| | | |||||
| * | MFZE1 (20214). | Ilia Alshanetsky | 2002-11-02 | 1 | -1/+6 |
| | | |||||
| * | ChangeLog update | 2002-11-02 | 1 | -0/+4 | |
| | | |||||
| * | - Fix unset($this->foo) | Andi Gutmans | 2002-11-01 | 1 | -1/+1 |
| | | |||||
