From: Date: Wed, 10 Jan 2007 01:31:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58a751cc56f7d3abfbfb624c30c12d2379762e7a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c18be0cd09..10b7fd4275 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,102 @@ +2007-01-09 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/safe_mode.c: + + Fixed bug #40079 (php_get_current_user() not thread safe). + + +2007-01-09 Marcus Boerger + + * (PHP_5_2) + NEWS: + - Ups wrong place + + * (PHP_5_2) + NEWS: + - BFN + + * ext/exif/exif.c: + - Improve debugging and fix #40073 + +2007-01-09 Andrei Zmievski + + * ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner.l: + Fix 'b' prefix in highlighting and tokenizer. (Matt W) + +2007-01-09 Dmitry Stogov + + * (PHP_4_4) + NEWS + Zend/zend_execute.c: + Fixed bug #39819 (Using $this not in object context can cause segfaults) + + * ext/standard/proc_open.c + ext/standard/proc_open.c: + Close open files in case of failure (Amit) + +2007-01-09 Ilia Alshanetsky + + * (PHP_4_4) + ext/session/session.c: + + MFH: Prevent SESSION/GLOBALS overload via session decoding + + * (PHP_5_2) + ext/session/session.c: + + Prevent SESSION/GLOBALS overload via session decoding + +2007-01-09 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in + range of signed integer) + +2007-01-09 Ilia Alshanetsky + + * ext/wddx/wddx.c: + + MFB: Added key_length intialization for intergers + + * (PHP_4_4) + ext/wddx/wddx.c: + + MFH: Added key_length intialization for intergers + + * (PHP_5_2) + ext/wddx/wddx.c: + Added key_length intialization for intergers + +2007-01-09 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Fixed bug #40002 (Try/Catch performs poorly) + + * ZendEngine2/zend_vm_gen.php + ZendEngine2/zend_vm_gen.php: + Bump year. + +2007-01-09 Antony Dovgal + + * (PHP_5_2) + ext/exif/exif.c: + MFH: zerofill info_data and fix possible segfault + partly fixes #40073 + + * ext/exif/exif.c: + zerofill info_data and fix possible segfault + partly fixes #40073 + 2007-01-08 Nuno Lopes * ext/gd/gd.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index af165eea64..fd197bacf9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2007-01-09 Andrei Zmievski + + * zend_language_scanner.l + zend_language_scanner.l: + Fix 'b' prefix in highlighting and tokenizer. (Matt W) + +2007-01-09 Dmitry Stogov + + * zend_alloc.c + zend_alloc.c: + Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in + range of signed integer) + + * zend_compile.c + zend_compile.c: + Fixed bug #40002 (Try/Catch performs poorly) + + * zend_vm_gen.php + zend_vm_gen.php: + Bump year. + 2007-01-08 Andrei Zmievski * zend_unicode.c: