summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_0pre1'.php-4.3.0pre1SVN Migration2002-10-1194-43019/+0
|
* add commentStanislav Malyshev2002-10-101-0/+1
|
* fix memory leaksStanislav Malyshev2002-10-101-2/+2
|
* ChangeLog update2002-10-101-0/+20
|
* Fix object write handler behaviour:Stanislav Malyshev2002-10-091-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 Alshanetsky2002-10-0910-41/+29
|
* ChangeLog update2002-10-081-0/+15
|
* - Fix testAndi Gutmans2002-10-071-1/+1
|
* - Require $this-> when calling a methods. This whole automatic lookupAndi Gutmans2002-10-071-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 Gutmans2002-10-073-7/+40
| | | | | - method
* ChangeLog update2002-10-071-0/+4
|
* - Fix problem with unsetting object members.Andi Gutmans2002-10-061-2/+6
|
* ChangeLog update2002-10-021-0/+6
|
* - Fix problem when crashing on illegal tokens in class name during classAndi Gutmans2002-10-011-2/+2
| | | | | - definition.
* ChangeLog update2002-10-011-0/+4
|
* - No tabs :)Derick Rethans2002-09-301-48/+48
|
* ChangeLog update2002-09-291-0/+6
|
* - Fix for defines...Derick Rethans2002-09-281-2/+2
|
* - Fix build in non-ZTS modeDerick Rethans2002-09-281-0/+6
|
* ChangeLog update2002-09-271-0/+13
|
* MFZE1Ilia Alshanetsky2002-09-2610-29/+41
|
* ChangeLog update2002-09-261-0/+5
|
* Propmote API NO year, so that it will never be the same as ZE1 API NOStanislav Malyshev2002-09-251-1/+1
|
* ChangeLog update2002-09-251-0/+12
|
* - Fix leakAndi Gutmans2002-09-241-2/+2
|
* - Megapatch to try and support inheritance from sub-classes. Things mightAndi Gutmans2002-09-244-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 update2002-09-241-0/+6
|
* - MFZE1.Andi Gutmans2002-09-233-20/+33
|
* ChangeLog update2002-09-221-0/+4
|
* - Someone screwed this up.Andi Gutmans2002-09-211-1/+1
|
* ChangeLog update2002-09-201-0/+14
|
* - Make Colin happyDerick Rethans2002-09-191-1/+1
|
* MFZE1 - connection_status() fixZeev Suraski2002-09-193-3/+8
|
* Fix non ZTS buildZeev Suraski2002-09-191-2/+2
|
* Fix that obscure crash in Debug_TS modeZeev Suraski2002-09-191-1/+1
|
* ChangeLog update2002-09-191-0/+10
|
* Fix the thread-safe initialization of the ZE2. This should solve someZeev Suraski2002-09-181-10/+12
| | | | | sporadic crashes, as well as the problem with the built-in constants.
* Remove dead codeZeev Suraski2002-09-181-7/+0
|
* Add useful debugging functionZeev Suraski2002-09-181-0/+8
|
* ChangeLog update2002-09-181-0/+12
|
* Add tracking for hashtable allocationZeev Suraski2002-09-172-6/+12
|
* ZE2 fixZeev Suraski2002-09-171-1/+1
|
* whitespaceZeev Suraski2002-09-171-1/+0
|
* MFZE1 - threading fixZeev Suraski2002-09-172-0/+19
|
* ChangeLog update2002-09-171-0/+7
|
* MFZE1Andrei Zmievski2002-09-164-6/+21
|
* ChangeLog update2002-09-161-0/+29
|
* Make zend actually strip comments. Bug #18151Ilia Alshanetsky2002-09-151-1/+1
|
* Make zend return a proper exit error code when it encounters a parse error.Ilia Alshanetsky2002-09-151-0/+1
|
* - Hopefully fix problem with __autoload not working well with inherited classes.Andi Gutmans2002-09-151-1/+9
| | | | | - There might still be some weird situations I haven't thought of.