summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix complex cases of self-assignments (bugs #21600, #22231)Zeev Suraski2003-02-161-4/+12
* Make EG(This) and EG(scope) available to internal methodsZeev Suraski2003-02-161-11/+11
* Revert patches - they weren't ready yet!Zeev Suraski2003-02-161-21/+13
* Fix initializationZeev Suraski2003-02-161-1/+1
* fixed compiler warningGeorg Richter2003-02-161-1/+1
* tested patch from Zeev (fixes oo-bug in ext/mysqli)Georg Richter2003-02-161-13/+21
* add support for ::foo syntax meaning "global one"Stanislav Malyshev2003-02-162-2/+8
* remove debug printsStanislav Malyshev2003-02-161-4/+0
* ZTS fixesSebastian Bergmann2003-02-166-21/+21
* namespace patch - static variable accessStanislav Malyshev2003-02-161-0/+6
* Namespace patch. Big changes:Stanislav Malyshev2003-02-1612-69/+399
* ChangeLog update2003-02-161-0/+5
* Added feature #19645 (ini parser can now handle quoted multi-line values).Ilia Alshanetsky2003-02-151-1/+1
* ChangeLog update2003-02-151-0/+11
* init current_execute_data befor we start executingThies C. Arntzen2003-02-141-0/+2
* upsThies C. Arntzen2003-02-141-1/+1
* add really nice dump_bt function for debugging in gdbThies C. Arntzen2003-02-141-1/+1
* ChangeLog update2003-02-141-0/+10
* Fix error handling in illegal property accessZeev Suraski2003-02-131-5/+12
* MFB PHP_4_3Harald Radi2003-02-131-4/+0
* ChangeLog update2003-02-131-0/+14
* Removed zend_get_module(), this function is not used by anything and moreIlia Alshanetsky2003-02-122-12/+0
* Fix declaration of class members that don't have an explicit access modifierZeev Suraski2003-02-121-1/+10
* ChangeLog update2003-02-121-0/+10
* Fix require() handling - that's an old bug!Zeev Suraski2003-02-111-3/+0
* Improve parser handling of 'abstract'Zeev Suraski2003-02-113-16/+37
* ChangeLog update2003-02-111-0/+47
* Fix zend_initialize_class_data()Zeev Suraski2003-02-101-7/+14
* Centralize class initializationZeev Suraski2003-02-105-74/+41
* - Treat $this->foo inside class X as an implicit 'public $foo' if X::$fooZeev Suraski2003-02-103-9/+22
* whitespaceZeev Suraski2003-02-101-0/+143
* Add missing destructorsZeev Suraski2003-02-102-3/+3
* update static constants tooStanislav Malyshev2003-02-101-0/+2
* Fix get_parent_class()Zeev Suraski2003-02-101-10/+5
* Restore missing checkZeev Suraski2003-02-101-0/+7
* Add ability to reference self:: and parent:: in constant initializersZeev Suraski2003-02-102-3/+20
* Remove redundant codeZeev Suraski2003-02-101-17/+0
* ChangeLog update2003-02-101-0/+5
* Fix the array() problem (and probably some other problems too)Zeev Suraski2003-02-091-0/+4
* ChangeLog update2003-02-091-0/+17
* fixed zend_parse_method_paramGeorg Richter2003-02-082-31/+18
* zend_config.h (and its Win32 version) is already included by zend.hSebastian Bergmann2003-02-081-1/+0
* ChangeLog update2003-02-081-0/+29
* The string.h is already avaliable through zend.h, so the manual inclusionIlia Alshanetsky2003-02-081-6/+1
* Added a check to ensure that string.h is avaliable before trying to use it.Ilia Alshanetsky2003-02-071-0/+5
* Added missing header.Ilia Alshanetsky2003-02-071-0/+2
* Improve PPP handling of propertiesZeev Suraski2003-02-072-83/+37
* Better fixZeev Suraski2003-02-071-1/+2
* Fix Windows buildZeev Suraski2003-02-071-0/+1
* Fixed bug #15734 (Added an optional parameter to get_defined_constants(),Ilia Alshanetsky2003-02-071-2/+64