Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_3_0pre1'.php-4.3.0pre1 | SVN Migration | 2002-10-11 | 94 | -43019/+0 |
| | |||||
* | add comment | Stanislav Malyshev | 2002-10-10 | 1 | -0/+1 |
| | |||||
* | fix memory leaks | Stanislav Malyshev | 2002-10-10 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2002-10-10 | 1 | -0/+20 | |
| | |||||
* | Fix object write handler behaviour: | Stanislav Malyshev | 2002-10-09 | 1 | -9/+17 |
| | | | | | | | | * If this value is already set to given value, don't try to set it again. * If we have reference, we should not move it. * If we are assigning referenced variable, we should separate it. # Hope this covers all... Sigh... | ||||
* | MFZE1 zend_str_tolower issue. | Ilia Alshanetsky | 2002-10-09 | 10 | -41/+29 |
| | |||||
* | ChangeLog update | 2002-10-08 | 1 | -0/+15 | |
| | |||||
* | - Fix test | Andi Gutmans | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | - Require $this-> when calling a methods. This whole automatic lookup | Andi Gutmans | 2002-10-07 | 1 | -0/+2 |
| | | | | | | - first in the class and then in the global scope is confusing, slow and - not quite BC compatible. | ||||
* | - Allow access to private/protected variables of $clone inside the __clone() | Andi Gutmans | 2002-10-07 | 3 | -7/+40 |
| | | | | | - method | ||||
* | ChangeLog update | 2002-10-07 | 1 | -0/+4 | |
| | |||||
* | - Fix problem with unsetting object members. | Andi Gutmans | 2002-10-06 | 1 | -2/+6 |
| | |||||
* | ChangeLog update | 2002-10-02 | 1 | -0/+6 | |
| | |||||
* | - Fix problem when crashing on illegal tokens in class name during class | Andi Gutmans | 2002-10-01 | 1 | -2/+2 |
| | | | | | - definition. | ||||
* | ChangeLog update | 2002-10-01 | 1 | -0/+4 | |
| | |||||
* | - No tabs :) | Derick Rethans | 2002-09-30 | 1 | -48/+48 |
| | |||||
* | ChangeLog update | 2002-09-29 | 1 | -0/+6 | |
| | |||||
* | - Fix for defines... | Derick Rethans | 2002-09-28 | 1 | -2/+2 |
| | |||||
* | - Fix build in non-ZTS mode | Derick Rethans | 2002-09-28 | 1 | -0/+6 |
| | |||||
* | ChangeLog update | 2002-09-27 | 1 | -0/+13 | |
| | |||||
* | MFZE1 | Ilia Alshanetsky | 2002-09-26 | 10 | -29/+41 |
| | |||||
* | ChangeLog update | 2002-09-26 | 1 | -0/+5 | |
| | |||||
* | Propmote API NO year, so that it will never be the same as ZE1 API NO | Stanislav Malyshev | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2002-09-25 | 1 | -0/+12 | |
| | |||||
* | - Fix leak | Andi Gutmans | 2002-09-24 | 1 | -2/+2 |
| | |||||
* | - Megapatch to try and support inheritance from sub-classes. Things might | Andi Gutmans | 2002-09-24 | 4 | -220/+136 |
| | | | | | | - be *very* buggy now so don't get too upset if that happens. - I still need to improve some stuff but it's a good step (hopefully). | ||||
* | ChangeLog update | 2002-09-24 | 1 | -0/+6 | |
| | |||||
* | - MFZE1. | Andi Gutmans | 2002-09-23 | 3 | -20/+33 |
| | |||||
* | ChangeLog update | 2002-09-22 | 1 | -0/+4 | |
| | |||||
* | - Someone screwed this up. | Andi Gutmans | 2002-09-21 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2002-09-20 | 1 | -0/+14 | |
| | |||||
* | - Make Colin happy | Derick Rethans | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | MFZE1 - connection_status() fix | Zeev Suraski | 2002-09-19 | 3 | -3/+8 |
| | |||||
* | Fix non ZTS build | Zeev Suraski | 2002-09-19 | 1 | -2/+2 |
| | |||||
* | Fix that obscure crash in Debug_TS mode | Zeev Suraski | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2002-09-19 | 1 | -0/+10 | |
| | |||||
* | Fix the thread-safe initialization of the ZE2. This should solve some | Zeev Suraski | 2002-09-18 | 1 | -10/+12 |
| | | | | | sporadic crashes, as well as the problem with the built-in constants. | ||||
* | Remove dead code | Zeev Suraski | 2002-09-18 | 1 | -7/+0 |
| | |||||
* | Add useful debugging function | Zeev Suraski | 2002-09-18 | 1 | -0/+8 |
| | |||||
* | ChangeLog update | 2002-09-18 | 1 | -0/+12 | |
| | |||||
* | Add tracking for hashtable allocation | Zeev Suraski | 2002-09-17 | 2 | -6/+12 |
| | |||||
* | ZE2 fix | Zeev Suraski | 2002-09-17 | 1 | -1/+1 |
| | |||||
* | whitespace | Zeev Suraski | 2002-09-17 | 1 | -1/+0 |
| | |||||
* | MFZE1 - threading fix | Zeev Suraski | 2002-09-17 | 2 | -0/+19 |
| | |||||
* | ChangeLog update | 2002-09-17 | 1 | -0/+7 | |
| | |||||
* | MFZE1 | Andrei Zmievski | 2002-09-16 | 4 | -6/+21 |
| | |||||
* | ChangeLog update | 2002-09-16 | 1 | -0/+29 | |
| | |||||
* | Make zend actually strip comments. Bug #18151 | Ilia Alshanetsky | 2002-09-15 | 1 | -1/+1 |
| | |||||
* | Make zend return a proper exit error code when it encounters a parse error. | Ilia Alshanetsky | 2002-09-15 | 1 | -0/+1 |
| | |||||
* | - Hopefully fix problem with __autoload not working well with inherited classes. | Andi Gutmans | 2002-09-15 | 1 | -1/+9 |
| | | | | | - There might still be some weird situations I haven't thought of. |