From a6069799327d884e3e3a0c195c1772e7d9f4ef13 Mon Sep 17 00:00:00 2001 From: Date: Thu, 13 Mar 2008 01:31:32 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 243 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 78 ++++++++++++++++ 2 files changed, 321 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17e4c2dad7..ce6477ba9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,246 @@ +2008-03-12 Stanislav Malyshev + + * php.ini-dist + php.ini-recommended + main/main.c + main/php_globals.h + main/php_variables.c: + MFB: add request_order INI variable to control $_REQUEST content + + * (PHP_5_3) + php.ini-dist + php.ini-recommended + main/main.c + main/php_globals.h + main/php_variables.c: + [DOC] add request_order INI variable to control $_REQUEST content + +2008-03-12 Felipe Pena + + * ext/standard/url_scanner_ex.re + ext/standard/url_scanner_ex.re + ext/standard/url_scanner_ex.re: + Sync with fix for #44394 + + * ext/standard/array.c + ext/standard/array.c + ext/standard/tests/array/bug42177.phpt + ext/standard/tests/array/bug42177.phpt: + MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion + detected" comes again...) + + * (PHP_5_2) + NEWS + ext/standard/array.c + ext/standard/tests/array/bug42177.phpt + ext/standard/tests/array/bug42177.phpt + ext/standard/tests/array/bug42177.phpt: + Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" + comes again...) + +2008-03-12 Christopher Jones + + * ext/oci8/tests/bug6109.phpt + ext/oci8/tests/bug6109.phpt + ext/oci8/tests/bug6109.phpt: + 1.1.4; + New test for existing behavior + +2008-03-12 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/exif/exif.c + ext/exif/exif.c: + + MFB: Fixed bug #44388 (Crash inside exif_read_data() on invalid images) + + * (PHP_5_3) + ext/exif/exif.c: + + Fixed bug #44388 (Crash inside exif_read_data() on invalid images) + +2008-03-12 Felipe Pena + + * ZendEngine2/tests/objects_020.phpt: + Fix test + +2008-03-12 Dmitry Stogov + + * ZendEngine2/tests/errmsg_044.phpt + ZendEngine2/tests/errmsg_044.phpt: + Fixed test + +2008-03-12 Etienne Kneuss + + * ext/spl/spl_iterators.c + ext/spl/spl_iterators.c + ext/spl/spl_iterators.c + ext/spl/tests/bug41828.phpt + ext/spl/tests/bug41828.phpt: + Fix bug #41828 (Fix crash on wrong instantiation) + +2008-03-12 Felipe Pena + + * ZendEngine2/tests/objects_020.phpt: + New test + + * ZendEngine2/tests/objects_020.phpt + ZendEngine2/tests/objects_020.phpt: + + file objects_020.phpt was initially added on branch PHP_5_3. + +2008-03-12 Etienne Kneuss + + * ext/spl/tests/bug41828.phpt + ext/spl/tests/bug41828.phpt + ext/spl/tests/bug41828.phpt: + 1.1.4; + file bug41828.phpt was initially added on branch PHP_5_2. + +2008-03-12 Felipe Pena + + * ZendEngine2/tests/access_modifiers_010.phpt + ZendEngine2/tests/errmsg_044.phpt + ZendEngine2/tests/foreach_002.phpt + ZendEngine2/tests/inter_03.phpt + ZendEngine2/tests/list_001.phpt + ZendEngine2/tests/list_002.phpt + ZendEngine2/tests/objects_019.phpt: + New tests + + * ZendEngine2/tests/access_modifiers_010.phpt + ZendEngine2/tests/access_modifiers_010.phpt + ZendEngine2/tests/errmsg_044.phpt + ZendEngine2/tests/errmsg_044.phpt + ZendEngine2/tests/foreach_002.phpt + ZendEngine2/tests/foreach_002.phpt + ZendEngine2/tests/inter_03.phpt + ZendEngine2/tests/inter_03.phpt + ZendEngine2/tests/list_001.phpt + ZendEngine2/tests/list_001.phpt + ZendEngine2/tests/list_002.phpt + ZendEngine2/tests/list_002.phpt + ZendEngine2/tests/objects_019.phpt + ZendEngine2/tests/objects_019.phpt: + + file access_modifiers_010.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + NEWS: + Merged into 5_2 + + * (PHP_5_2) + NEWS + NEWS + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.c + ext/standard/tests/general_functions/bug44394.phpt + ext/standard/tests/general_functions/bug44394_2.phpt: + Fixed bug #44394 (Last two bytes missing from output) + +2008-03-12 Dmitry Stogov + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Code simplification + + * (PHP_5_3) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single + ZEND_ADD_INTERFACE opcode + + * ZendEngine2/tests/bug44414.phpt + ZendEngine2/tests/bug44414.phpt: + + file bug44414.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_compile.h + ZendEngine2/tests/bug44414.phpt: + Fixed bug #44414 (Incomplete reporting about abstract methods) + + * ZendEngine2/zend_execute.h + ZendEngine2/zend_execute.h: + Fixed warning + +2008-03-12 Felipe Pena + + * ext/standard/url_scanner_ex.c + ext/standard/tests/general_functions/bug44394.phpt + ext/standard/tests/general_functions/bug44394.phpt + ext/standard/tests/general_functions/bug44394_2.phpt + ext/standard/tests/general_functions/bug44394_2.phpt: + MFB: Fixed bug #44394 (Last two bytes missing from output) + + * ext/standard/tests/general_functions/bug44394.phpt + ext/standard/tests/general_functions/bug44394.phpt + ext/standard/tests/general_functions/bug44394_2.phpt + ext/standard/tests/general_functions/bug44394_2.phpt: + + file bug44394.phpt was initially added on branch PHP_5_3. + +2008-03-12 Christopher Jones + + * (PHP_5_3) + ext/oci8/README + ext/oci8/oci8.c + ext/oci8/php_oci8_int.h + ext/oci8/tests/drcp_cclass1.phpt: + + MFH + + Cleaned up whitespace + + Fixed bug #44372 (compilation with Oracle 10gR1 libraries) + http://bugs.php.net/bug.php?id=44372 + + Updated updated error number list to improve re-connection + behavior after a database restart. + + Guard against potential internal list corruption after ping + removes old oci_pconnect() information. + + Fix ini_set("oci8.connection_class", "abc") to get an appropriate + persistent connection. + + Ping at oci8.ping_interval for oci_connect() and oci_new_connect() + when DRCP connections are used. This improves non-persistent + connection reliability if a database gets restarted. + + * ext/oci8/README + ext/oci8/oci8.c + ext/oci8/php_oci8_int.h + ext/oci8/tests/drcp_cclass1.phpt + ext/oci8/tests/drcp_cclass1.phpt: + Cleaned up whitespace + + Fixed bug #44372 (compilation with Oracle 10gR1 libraries) + http://bugs.php.net/bug.php?id=44372 + + Updated updated error number list to improve re-connection + behavior after a database restart. + + Guard against potential internal list corruption after ping + removes old oci_pconnect() information. + + Fix ini_set("oci8.connection_class", "abc") to get an appropriate + persistent connection. + + Ping at oci8.ping_interval for oci_connect() and oci_new_connect() + when DRCP connections are used. This improves non-persistent + connection reliability if a database gets restarted. + 2008-03-11 Lars Strojny * sapi/apache2filter/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 78b8ee29ea..78cc6b7932 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,81 @@ +2008-03-12 Felipe Pena + + * tests/objects_020.phpt: + Fix test + +2008-03-12 Dmitry Stogov + + * tests/errmsg_044.phpt + tests/errmsg_044.phpt: + Fixed test + +2008-03-12 Felipe Pena + + * tests/objects_020.phpt: + New test + + * tests/objects_020.phpt + tests/objects_020.phpt: + + file objects_020.phpt was initially added on branch PHP_5_3. + + * tests/access_modifiers_010.phpt + tests/errmsg_044.phpt + tests/foreach_002.phpt + tests/inter_03.phpt + tests/list_001.phpt + tests/list_002.phpt + tests/objects_019.phpt: + New tests + + * tests/access_modifiers_010.phpt + tests/access_modifiers_010.phpt + tests/errmsg_044.phpt + tests/errmsg_044.phpt + tests/foreach_002.phpt + tests/foreach_002.phpt + tests/inter_03.phpt + tests/inter_03.phpt + tests/list_001.phpt + tests/list_001.phpt + tests/list_002.phpt + tests/list_002.phpt + tests/objects_019.phpt + tests/objects_019.phpt: + + file access_modifiers_010.phpt was initially added on branch PHP_5_3. + +2008-03-12 Dmitry Stogov + + * zend_compile.c + zend_compile.c: + Code simplification + + * zend_compile.c + zend_compile.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single + ZEND_ADD_INTERFACE opcode + + * zend_compile.c + zend_compile.c + zend_compile.h + zend_compile.h + tests/bug44414.phpt: + Fixed bug #44414 (Incomplete reporting about abstract methods) + + * tests/bug44414.phpt + tests/bug44414.phpt: + + file bug44414.phpt was initially added on branch PHP_5_3. + + * zend_execute.h + zend_execute.h: + Fixed warning + 2008-03-11 Felipe Pena * tests/access_modifiers_009.phpt -- 2.50.1