changelog Mon Jul 7 01:31:51 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3099&r2=1.3100&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3099 php-src/ChangeLog:1.3100
--- php-src/ChangeLog:1.3099 Sun Jul 6 01:32:11 2008
+++ php-src/ChangeLog Mon Jul 7 01:31:50 2008
@@ -1,3 +1,224 @@
+2008-07-06 Etienne Kneuss <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <? after a # char
+
+ * tests/lang/comments.phpt
+ tests/lang/comments.phpt:
+
+ file comments.phpt was initially added on branch PHP_5_3.
+
+2008-07-06 Rui Hirokawa <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ZendEngine2/zend_builtin_functions.c:
+ - Fixed arginfo
+
2008-07-05 Felipe Pena <[EMAIL PROTECTED]>
* (PHP_5_3)