From 1704bcc89f3a4ca893320599ac35992eacd49f76 Mon Sep 17 00:00:00 2001 From: Date: Mon, 7 Jul 2008 01:31:55 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 221 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 50 +++++++++++ 2 files changed, 271 insertions(+) diff --git a/ChangeLog b/ChangeLog index 95832454c8..6bb5c98898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,224 @@ +2008-07-06 Etienne Kneuss + + * ext/spl/tests/fixedarray_016.phpt + ext/spl/tests/fixedarray_016.phpt: + + Add missing test + + * (PHP_5_3) + ext/spl/spl_array.c + ext/spl/spl_dllist.c + ext/spl/spl_fixedarray.c + ext/spl/spl_heap.c + ext/spl/tests/array_024.phpt + ext/spl/tests/dllist_008.phpt + ext/spl/tests/fixedarray_018.phpt + ext/spl/tests/heap_010.phpt + ext/spl/tests/sxe_004.phpt + ext/spl/tests/sxe_005.phpt: + MFH: First part of count/handlers related fixes + + * ext/spl/spl_array.c + ext/spl/spl_dllist.c + ext/spl/spl_fixedarray.c + ext/spl/spl_heap.c + ext/spl/tests/array_024.phpt + ext/spl/tests/array_024.phpt + ext/spl/tests/dllist_008.phpt + ext/spl/tests/dllist_008.phpt + ext/spl/tests/fixedarray_018.phpt + ext/spl/tests/fixedarray_018.phpt + ext/spl/tests/heap_010.phpt + ext/spl/tests/heap_010.phpt + ext/spl/tests/sxe_004.phpt + ext/spl/tests/sxe_005.phpt: + First part of count/handlers related fixes + +2008-07-06 Pierre-Alain Joye + + * EXTENSIONS: + - some updates (will be used to send mails when an extension is broken, + snaps or from RM/QA) + + * (PHP_5_3) + EXTENSIONS: + - some updates (will be used to send mails when an extension is broken, + snaps or from RM/QA) + + * (PHP_5_3) + ext/gd/config.w32 + ext/gd/gd.c: + - MFH: + - update lib/headers detection + - nuke unused variables + + * ext/gd/config.w32 + ext/gd/gd.c: + - update lib/headers detection + - nuke unused variables + +2008-07-06 Nuno Lopes + + * sapi/cli/tests/021.phpt + tests/lang/comments.phpt: + add + + * sapi/cli/tests/021.phpt + sapi/cli/tests/021.phpt: + + file 021.phpt was initially added on branch PHP_5_3. + +2008-07-06 Pierre-Alain Joye + + * (PHP_5_3) + ext/iconv/config.w32: + - MFH: update lib detection and does not enable it when lib/headers are + missing + + * ext/iconv/config.w32: + - update lib detection and does not enable it when lib/headers are missing + + * ext/xmlrpc/config.w32: + - MFB: don't enable xmlrpc when libxml is missing + + * (PHP_5_3) + ext/xmlrpc/config.w32: + - don't enable xmlrpc when libxml is missing + +2008-07-06 Nuno Lopes + + * tests/lang/bug44654.phpt: + uhm, forgot to commit this one + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner_defs.h + ZendEngine2/zend_language_scanner_defs.h + ZendEngine2/zend_language_scanner_defs.h: + regenerate + + * ZendEngine2/zend_language_scanner.l + sapi/cli/tests/016.phpt: + MFB + + * (PHP_5_3) + sapi/cli/tests/016.phpt: + fix test for good consoles (tm) + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.l + tests/lang/bug44654.phpt + tests/lang/bug44654.phpt: + fix last part of bug #44654 + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.l: + fix first part of bug #44654: scan for opening tag + + * (PHP_5_3) + ZendEngine2/tests/multibyte/multibyte_encoding_004.phpt + ZendEngine2/tests/multibyte/multibyte_encoding_005.phpt: + improved zend-multibyte detection. + +2008-07-06 Nuno Lopes + + * ext/pcre/pcrelib/pcre_compile.c: + MFB: fix CVE-2008-2371 + + * (PHP_5_3) + ext/pcre/pcrelib/pcre_compile.c: + fix CVE-2008-2371. patch by Tavis Ormandy + + * ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/HACKING + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/README + ext/pcre/pcrelib/config.h + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcre_compile.c + ext/pcre/pcrelib/pcre_exec.c + ext/pcre/pcrelib/pcre_internal.h + ext/pcre/pcrelib/pcre_study.c + ext/pcre/pcrelib/pcreposix.c + ext/pcre/pcrelib/pcreposix.h + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/testdata/testinput2 + ext/pcre/pcrelib/testdata/testinput5 + ext/pcre/pcrelib/testdata/testinput7 + ext/pcre/pcrelib/testdata/testoutput10 + ext/pcre/pcrelib/testdata/testoutput2 + ext/pcre/pcrelib/testdata/testoutput5 + ext/pcre/pcrelib/testdata/testoutput7: + upgrade to pcre 7.7 + + * (PHP_5_3) + NEWS + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/HACKING + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/README + ext/pcre/pcrelib/config.h + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcre_compile.c + ext/pcre/pcrelib/pcre_exec.c + ext/pcre/pcrelib/pcre_internal.h + ext/pcre/pcrelib/pcre_study.c + ext/pcre/pcrelib/pcreposix.c + ext/pcre/pcrelib/pcreposix.h + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/testdata/testinput2 + ext/pcre/pcrelib/testdata/testinput5 + ext/pcre/pcrelib/testdata/testinput7 + ext/pcre/pcrelib/testdata/testoutput10 + ext/pcre/pcrelib/testdata/testoutput2 + ext/pcre/pcrelib/testdata/testoutput5 + ext/pcre/pcrelib/testdata/testoutput7: + upgrade to PCRE 7.7 + +2008-07-06 Pierre-Alain Joye + + * win32/build/config.w32: + - MFB: correctly test the VCVERS (four digits now) + + * (PHP_5_3) + win32/build/config.w32: + - correctly test the VCVERS (four digits now) + +2008-07-06 Felipe Pena + + * ZendEngine2/zend_builtin_functions.c: + MFB: + - Added arginfo + - Removed #include "zend_arg_defs.c" + + * ext/pdo/pdo_stmt.c: + MFB: Added arginfo + +2008-07-06 Rui Hirokawa + + * ZendEngine2/tests/multibyte/multibyte_encoding_004.phpt + ZendEngine2/tests/multibyte/multibyte_encoding_004.phpt + ZendEngine2/tests/multibyte/multibyte_encoding_005.phpt + ZendEngine2/tests/multibyte/multibyte_encoding_005.phpt: + + file multibyte_encoding_004.phpt was initially added on branch PHP_5_3. + +2008-07-06 Felipe Pena + + * (PHP_5_3) + ZendEngine2/zend_builtin_functions.c: + - Fixed arginfo + 2008-07-05 Felipe Pena * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f489d36283..9dae84316e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,53 @@ +2008-07-06 Nuno Lopes + + * zend_language_scanner.c + zend_language_scanner.c + zend_language_scanner.c + zend_language_scanner_defs.h + zend_language_scanner_defs.h + zend_language_scanner_defs.h: + regenerate + + * zend_language_scanner.l: + MFB + + * (PHP_5_3) + zend_language_scanner.l: + fix last part of bug #44654 + + * (PHP_5_3) + zend_language_scanner.l: + fix first part of bug #44654: scan for opening tag + + * (PHP_5_3) + tests/multibyte/multibyte_encoding_004.phpt + tests/multibyte/multibyte_encoding_005.phpt: + improved zend-multibyte detection. + +2008-07-06 Felipe Pena + + * zend_builtin_functions.c: + MFB: + - Added arginfo + - Removed #include "zend_arg_defs.c" + +2008-07-06 Rui Hirokawa + + * tests/multibyte/multibyte_encoding_004.phpt + tests/multibyte/multibyte_encoding_004.phpt + tests/multibyte/multibyte_encoding_005.phpt + tests/multibyte/multibyte_encoding_005.phpt: + + file multibyte_encoding_004.phpt was initially added on branch PHP_5_3. + +2008-07-06 Felipe Pena + + * (PHP_5_3) + zend_builtin_functions.c: + - Fixed arginfo + 2008-07-05 Felipe Pena * (PHP_5_3) -- 2.40.0