summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-031-4/+15
|
* - Fixed bug #50174 (Incorrectly matched docComment)Felipe Pena2009-11-141-0/+6
|
* MFH: Better fix for bug #42767 (at source instead of workaround); also fixes ↵Matt Wilmas2009-05-081-2/+0
| | | | | | | unclosed comments in tokenizer - Plus minor cleanup of unnecessary code, to match 5.3...
* MFH: Fixed bug#47981 (error handler not called regardless)Hannes Magnusson2009-04-161-1/+1
|
* - Fixed bug #47801 (__call() accessed via parent:: operator is provided ↵Felipe Pena2009-04-081-4/+1
| | | | incorrect method name)
* Fix indentionDavid Soria Parra2009-01-261-1/+1
|
* Fixed bug #47165 (Possible memory corruption when passing return value by ↵Dmitry Stogov2009-01-211-2/+11
| | | | reference)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Fixed bug #46649 (Setting array element with that same array producesArnaud Le Blanc2008-11-231-0/+1
| | | | | inconsistent results)
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-0/+2
|
* - MF5.3: Improved warning message to call-time pass-by-reference when used ↵Felipe Pena2008-06-151-8/+13
| | | | | | | with internal function (http://news.php.net/php.internals/38252)
* Fixed bug #44184 (Double free of loop-variable on exception)Dmitry Stogov2008-02-201-5/+11
|
* MFH: Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2008-02-151-2/+3
|
* MFH: fix type and bug #43646Antony Dovgal2008-01-291-1/+1
|
* Fixed bug #43703 (Signature compatibility check broken)Dmitry Stogov2008-01-091-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Fixed bug #38469 (Unexpected creation of cycle).Dmitry Stogov2007-12-281-9/+34
|
* MFH: fix error message (reported by Felipe Nascimento)Antony Dovgal2007-11-121-1/+1
|
* - Fix test and tuned error messageJani Taskinen2007-09-201-3/+3
|
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-36/+18
|
* MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b))Antony Dovgal2007-05-111-1/+5
|
* Fixed altering $this via argument named "this"Dmitry Stogov2007-05-041-1/+10
|
* Reverted the following fixed because of php-5.2.2 release processDmitry Stogov2007-05-021-10/+1
| | | | | | | | - Fixed altering $this via argument named "this". - Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable).
* Fixed altering $this via argument named "this"Dmitry Stogov2007-05-021-1/+10
|
* WIN64 supportDmitry Stogov2007-04-161-1/+1
|
* Addres limitation of __HALT_COMPILER() that allowed only one instanceIlia Alshanetsky2007-04-041-1/+12
| | | | | | | per request. # Patch by Greg Beaver
* Fixed bug #40899 (memory leak when nesting list())Dmitry Stogov2007-03-231-1/+1
|
* MFH: fix #40784 (Case sensivity in constructor's fallback)Antony Dovgal2007-03-121-2/+5
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-4/+4
|
* Fixed bug #40236 (php -a function allocation eats memory)Dmitry Stogov2007-02-151-1/+5
|
* Fixed possible crash because of dereference of NULLDmitry Stogov2007-02-011-8/+4
|
* missing commaAntony Dovgal2007-01-151-1/+1
|
* fix error message and #40111Antony Dovgal2007-01-151-2/+1
|
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-22/+28
| | | | | | | - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Overloaded array properties do not work correctly). - Fixed bug #39990 (Cannot "foreach" over overloaded properties).
* Fixed bug #40002 (Try/Catch performs poorly)Dmitry Stogov2007-01-091-0/+31
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fix a possible memory leakIlia Alshanetsky2006-12-211-2/+5
|
* MFH: Bugfix# 39435: 'foo' instanceof bar gives invalid opcode errorSara Golemon2006-12-121-0/+4
|
* Fixed bug #39721 (Runtime inheritance causes data corruption)Dmitry Stogov2006-12-051-7/+12
|
* Make use of abstract methods be E_STRICT rather then E_ERRORIlia Alshanetsky2006-10-201-1/+1
|
* Speedup array/HashTable copying. (Matt W)Dmitry Stogov2006-10-031-1/+1
|
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-191-0/+1
|
* Fixed bug #38772 (inconsistent overriding of methods in different visibility ↵Dmitry Stogov2006-09-121-1/+3
| | | | contexts)
* - MFH Yet another problematic case with mangled propertiesMarcus Boerger2006-07-241-1/+1
|
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-14/+23
|
* New memory managerDmitry Stogov2006-07-181-1/+0
|
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-0/+1
|
* - MFH Fix issue with interfaces being inherited multiple timesMarcus Boerger2006-06-071-10/+38
|
* revert by Andi's requestAntony Dovgal2006-06-061-11/+0
|