#
c3272ab0 |
| 26-Sep-2006 |
Dmitry Stogov |
Fixed bug #38808 ("maybe ref" issue for current() and others) |
#
cd6537ed |
| 19-Sep-2006 |
Dmitry Stogov |
Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks) |
#
8982cc04 |
| 18-Sep-2006 |
Dmitry Stogov |
Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry) |
Revision tags: php-5.2.0RC4 |
|
#
afb8af1f |
| 06-Sep-2006 |
Dmitry Stogov |
Reverted last Ilia's patch (for bug #38579). The patch didn't fix the bug and made new one. |
#
229137ca |
| 05-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #38579 require_once/include_once optimization causes files to be loaded multiple times. |
#
87eaaf49 |
| 04-Sep-2006 |
Dmitry Stogov |
Removed unreachable handlers |
Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1 |
|
#
05206b42 |
| 08-Aug-2006 |
Marcus Boerger |
- Speling |
#
c1c2a0d2 |
| 07-Aug-2006 |
Marcus Boerger |
- MFH Fixed Bug #38064 ignored constructor visibility |
#
f5543a42 |
| 07-Aug-2006 |
Dmitry Stogov |
Fixed bug #38287 (static variables mess up global vars) |
#
bc8f1bc4 |
| 03-Aug-2006 |
Antony Dovgal |
make it consistent |
#
c173c26b |
| 03-Aug-2006 |
Antony Dovgal |
MFH: improve error message |
Revision tags: php-4.4.3 |
|
#
a98e5c67 |
| 27-Jul-2006 |
Dmitry Stogov |
Fixed bug #38234 (Exception in __clone makes memory leak) |
#
e447baaf |
| 26-Jul-2006 |
Dmitry Stogov |
Fixed bug #38211 (variable name and cookie name match breaks script execution) |
Revision tags: php-5.2.0RC1 |
|
#
519ed8e1 |
| 24-Jul-2006 |
Marcus Boerger |
- Better fix for #34505 and related, drop zend_unmangle_property_name_ex() |
#
9a98904d |
| 21-Jul-2006 |
Dmitry Stogov |
Fixed wrong "type" argument to read_property() handler |
#
f7c99da2 |
| 19-Jul-2006 |
Dmitry Stogov |
Fixed bug #37144 (PHP crashes trying to assign into property of dead object) |
#
a9469060 |
| 12-Jul-2006 |
Antony Dovgal |
MFH: init variables and get rid of annoying warnings |
#
631a00a0 |
| 11-Jul-2006 |
Dmitry Stogov |
Fixed memory leak in case of exception in iterator callbacks in 'foreach(new Iterator()...' (spl/tests/iterator_047.phpt). |
#
86bbbbdc |
| 06-Jul-2006 |
Sara Golemon |
MFH (def.h rev:1.121, execute.h rev:1.120) Silence FETCH_OBJ_IS / undefined notices |
Revision tags: php-4.4.3RC2 |
|
#
7bbf3532 |
| 13-Jun-2006 |
Stefan Esser |
MFH: Added hook for compile_string() |
#
2a7d16f8 |
| 08-Jun-2006 |
Dmitry Stogov |
Proper fix for bug #37707 ("clone $x" must call __clone() enven if result value is not used) |
#
6e24feb8 |
| 08-Jun-2006 |
Dmitry Stogov |
Wrap "wrong" unreachable code with "#if 0" |
#
8d4bb9ca |
| 07-Jun-2006 |
Ilia Alshanetsky |
Fixed bug #37707 clone without assigning leaks memory # Based on a patch by Nuno |
#
de39078f |
| 07-Jun-2006 |
Marcus Boerger |
- Regenerated after zend_vm_def.h change |
#
51d49585 |
| 05-Jun-2006 |
Zeev Suraski |
Restore ZE1 compatibility mode (Zend Engine part - the modules patches will follow later today) |