From: Date: Tue, 16 Jun 2009 01:33:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f6a21a72f6fcd5efc0426e660e95a909ae97696;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c890c30ef8..5ea96d44b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,297 @@ +2009-06-15 Pierre-Alain Joye + + * (PHP_5_2) + NEWS: + - #48441 and encoding + +2009-06-15 Felipe Pena + + * ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.phpt: + - Drop unused code + +2009-06-15 andy wharmby + + * tests/lang/operators/add_basiclong_64bit.phpt + tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt + tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt + tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt + tests/lang/operators/bitwiseNot_basiclong_64bit.phpt + tests/lang/operators/bitwiseNot_basiclong_64bit.phpt + tests/lang/operators/bitwiseNot_basiclong_64bit.phpt + tests/lang/operators/bitwiseOr_basiclong_64bit.phpt + tests/lang/operators/bitwiseOr_basiclong_64bit.phpt + tests/lang/operators/bitwiseOr_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt + tests/lang/operators/bitwiseXor_basiclong_64bit.phpt + tests/lang/operators/bitwiseXor_basiclong_64bit.phpt + tests/lang/operators/bitwiseXor_basiclong_64bit.phpt + tests/lang/operators/modulus_basiclong_64bit.phpt + tests/lang/operators/modulus_basiclong_64bit.phpt + tests/lang/operators/modulus_basiclong_64bit.phpt: + New test for bitwise operators. Tested on Linux 64 bit + + * tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt + tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt + tests/lang/operators/bitwiseNot_basiclong_64bit.phpt + tests/lang/operators/bitwiseNot_basiclong_64bit.phpt + tests/lang/operators/bitwiseOr_basiclong_64bit.phpt + tests/lang/operators/bitwiseOr_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt + tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt + tests/lang/operators/bitwiseXor_basiclong_64bit.phpt + tests/lang/operators/bitwiseXor_basiclong_64bit.phpt + tests/lang/operators/modulus_basiclong_64bit.phpt + tests/lang/operators/modulus_basiclong_64bit.phpt: + + file bitwiseAnd_basiclong_64bit.phpt was initially added on branch + PHP_5_3. + +2009-06-15 Felipe Pena + + * (PHP_5_2) + NEWS + ext/soap/php_encoding.c + ext/soap/php_encoding.c + ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.wsdl + ext/soap/tests/bug48557.wsdl: + - MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not + cast to integers) patch by David Zülke + +2009-06-15 andy wharmby + + * (PHP_5_3) + tests/func/foreachLoopObjects.001.phpt + tests/func/foreachLoopObjects.002.phpt + tests/func/foreachLoopObjects.003.phpt + tests/func/foreachLoopObjects.004.phpt + tests/func/foreachLoopObjects.005.phpt + tests/func/foreachLoopObjects.006.phpt + tests/lang/foreachLoopObjects.001.phpt + tests/lang/foreachLoopObjects.002.phpt + tests/lang/foreachLoopObjects.003.phpt + tests/lang/foreachLoopObjects.004.phpt + tests/lang/foreachLoopObjects.005.phpt + tests/lang/foreachLoopObjects.006.phpt: + Move tests to correct directory + +2009-06-15 Felipe Pena + + * ext/soap/php_encoding.c + ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.wsdl + ext/soap/tests/bug48557.wsdl + ext/soap/tests/bug48557.wsdl: + - Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to + integers) patch by David Zülke + +2009-06-15 Patrick Allaert + + * (PHP_5_2) + ext/ldap/ldap.c + ext/ldap/ldap.c + ext/ldap/tests/bug48441.phpt + ext/ldap/tests/bug48441.phpt + ext/ldap/tests/connect.inc + ext/ldap/tests/connect.inc + ext/ldap/tests/skipifbindfailure.inc + ext/ldap/tests/skipifbindfailure.inc: + MFH: Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options + makes those options persistent) + + * ext/ldap/ldap.c + ext/ldap/tests/bug48441.phpt + ext/ldap/tests/bug48441.phpt + ext/ldap/tests/bug48441.phpt + ext/ldap/tests/connect.inc + ext/ldap/tests/connect.inc + ext/ldap/tests/connect.inc + ext/ldap/tests/skipifbindfailure.inc + ext/ldap/tests/skipifbindfailure.inc + ext/ldap/tests/skipifbindfailure.inc: + Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options makes + those options persistent) + +2009-06-15 Pierre-Alain Joye + + * ext/date/lib/timelib_structs.h + ext/date/lib/timelib_structs.h: + - add TODO about int definition cleanup + +2009-06-15 Patrick Allaert + + * (PHP_5_2) + ext/ldap/ldap.c + ext/ldap/ldap.c: + MFH: Refactoring that will help fixing #48441 + + * ext/ldap/ldap.c: + Refactoring that will help fixing #48441 + +2009-06-15 Pierre-Alain Joye + + * (PHP_5_3) + TSRM/tsrm_win32.c: + - #48535, file_exists returns false when impersonate is used + + * (PHP_5_3) + ext/date/lib/timelib_structs.h: + - MFH: simplify, use correct type and silent warnings + + * ext/date/lib/timelib_structs.h: + - simplify, use correct type and silent warnings + + * ZendEngine2/zend.h + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_indent.c + ZendEngine2/zend_ini_scanner.c + ZendEngine2/zend_ini_scanner_defs.h + ZendEngine2/zend_interfaces.c + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner_defs.h + ZendEngine2/zend_stream.c + ZendEngine2/zend_strtod.c + ZendEngine2/zend_strtol.c + ZendEngine2/zend_vm_execute.h: + - silent compilation warnings (no MFH yet) + +2009-06-15 Scott MacVicar + + * (PHP_5_3) + NEWS: + BFN + + * ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h + ext/sqlite3/libsqlite/sqlite3ext.h: + sync SQLite 3.6.15 + +2009-06-15 Ilia Alshanetsky + + * ext/curl/interface.c: + MFB: 48518 + + * (PHP_5_2) + ext/curl/interface.c: + + MFB: Simplify original fix for bug #33475 + + * (PHP_5_3) + ext/curl/interface.c: + Simplify original fix for bug #33475 + +2009-06-15 andy wharmby + + * (PHP_5_2) + ext/posix/tests/posix_access.phpt + ext/posix/tests/posix_access_error_modes.phpt + ext/posix/tests/posix_access_error_wrongparams.phpt + ext/posix/tests/posix_access_safemode.phpt + ext/posix/tests/posix_ctermid.phpt + ext/posix/tests/posix_getgrgid.phpt + ext/posix/tests/posix_getgrgid_macosx.phpt + ext/posix/tests/posix_getgrgid_wrongparams.phpt + ext/posix/tests/posix_getsid.phpt + ext/posix/tests/posix_getsid_error.phpt + ext/posix/tests/posix_mkfifo_safemode.phpt + ext/posix/tests/posix_mkfifo_wrongparams.phpt + ext/posix/tests/posix_times.phpt + ext/posix/tests/posix_ttyname.phpt + ext/posix/tests/posix_ttyname_error_wrongparams.phpt + ext/posix/tests/posix_uname.phpt: + New POSIX extension tests from Berlin UG TestFest 2009. + + * ext/posix/tests/posix_access.phpt + ext/posix/tests/posix_access.phpt + ext/posix/tests/posix_access_error_modes.phpt + ext/posix/tests/posix_mkfifo_wrongparams.phpt + ext/posix/tests/posix_mkfifo_wrongparams.phpt: + + New POSIX extension tests from Berlin UG TestFest 2009. + + * (PHP_5_2) + ext/posix/tests/posix_access_error_modes.phpt + ext/posix/tests/posix_access_error_wrongparams.phpt + ext/posix/tests/posix_access_error_wrongparams.phpt + ext/posix/tests/posix_ctermid.phpt + ext/posix/tests/posix_ctermid.phpt + ext/posix/tests/posix_getgrgid.phpt + ext/posix/tests/posix_getgrgid.phpt + ext/posix/tests/posix_getgrgid_macosx.phpt + ext/posix/tests/posix_getgrgid_macosx.phpt + ext/posix/tests/posix_getgrgid_wrongparams.phpt + ext/posix/tests/posix_getgrgid_wrongparams.phpt + ext/posix/tests/posix_getsid.phpt + ext/posix/tests/posix_getsid.phpt + ext/posix/tests/posix_getsid_error.phpt + ext/posix/tests/posix_getsid_error.phpt + ext/posix/tests/posix_times.phpt + ext/posix/tests/posix_times.phpt + ext/posix/tests/posix_ttyname.phpt + ext/posix/tests/posix_ttyname.phpt + ext/posix/tests/posix_ttyname_error_wrongparams.phpt + ext/posix/tests/posix_ttyname_error_wrongparams.phpt + ext/posix/tests/posix_uname.phpt + ext/posix/tests/posix_uname.phpt: + file posix_access_error_modes.phpt was added on branch PHP_5_2 on + 2009-06-15 12:14:58 +0000 + + * ext/posix/tests/posix_access.phpt + ext/posix/tests/posix_access.phpt + ext/posix/tests/posix_access_error_modes.phpt + ext/posix/tests/posix_access_error_modes.phpt + ext/posix/tests/posix_access_error_wrongparams.phpt + ext/posix/tests/posix_access_error_wrongparams.phpt + ext/posix/tests/posix_access_safemode.phpt + ext/posix/tests/posix_access_safemode.phpt + ext/posix/tests/posix_access_safemode.phpt + ext/posix/tests/posix_ctermid.phpt + ext/posix/tests/posix_ctermid.phpt + ext/posix/tests/posix_getgrgid.phpt + ext/posix/tests/posix_getgrgid.phpt + ext/posix/tests/posix_getgrgid_macosx.phpt + ext/posix/tests/posix_getgrgid_macosx.phpt + ext/posix/tests/posix_getgrgid_wrongparams.phpt + ext/posix/tests/posix_getgrgid_wrongparams.phpt + ext/posix/tests/posix_getsid.phpt + ext/posix/tests/posix_getsid.phpt + ext/posix/tests/posix_getsid_error.phpt + ext/posix/tests/posix_getsid_error.phpt + ext/posix/tests/posix_mkfifo_safemode.phpt + ext/posix/tests/posix_mkfifo_safemode.phpt + ext/posix/tests/posix_mkfifo_safemode.phpt + ext/posix/tests/posix_mkfifo_wrongparams.phpt + ext/posix/tests/posix_mkfifo_wrongparams.phpt + ext/posix/tests/posix_times.phpt + ext/posix/tests/posix_times.phpt + ext/posix/tests/posix_ttyname.phpt + ext/posix/tests/posix_ttyname.phpt + ext/posix/tests/posix_ttyname_error_wrongparams.phpt + ext/posix/tests/posix_ttyname_error_wrongparams.phpt + ext/posix/tests/posix_uname.phpt + ext/posix/tests/posix_uname.phpt: + + file posix_access.phpt was initially added on branch PHP_5_3. + +2009-06-15 Pierre-Alain Joye + + * ext/standard/basic_functions.c + ext/standard/basic_functions.c: + - silent warning + 2009-06-14 Philip Olson * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 02ab530739..21a81992bc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2009-06-15 Pierre-Alain Joye + + * zend.h + zend_execute.c + zend_execute_API.c + zend_indent.c + zend_ini_scanner.c + zend_ini_scanner_defs.h + zend_interfaces.c + zend_language_scanner.c + zend_language_scanner_defs.h + zend_stream.c + zend_strtod.c + zend_strtol.c + zend_vm_execute.h: + - silent compilation warnings (no MFH yet) + 2009-06-14 andy wharmby * (PHP_5_2)