changelog Tue Jun 16 01:33:16 2009 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3435&r2=1.3436&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3435 php-src/ChangeLog:1.3436 --- php-src/ChangeLog:1.3435 Mon Jun 15 01:32:57 2009 +++ php-src/ChangeLog Tue Jun 16 01:33:13 2009 @@ -1,3 +1,297 @@ +2009-06-15 Pierre-Alain Joye <pierre....@gmail.com> + + * (PHP_5_2) + NEWS: + - #48441 and encoding + +2009-06-15 Felipe Pena <felipe...@gmail.com> + + * ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.phpt + ext/soap/tests/bug48557.phpt: + - Drop unused code + +2009-06-15 andy wharmby <whar...@uk.ibm.com> + + * 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 <felipe...@gmail.com> + + * (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 <david.zuelke at bitextender.com> + +2009-06-15 andy wharmby <whar...@uk.ibm.com> + + * (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 <felipe...@gmail.com> + + * 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 <david.zuelke at bitextender.com> + +2009-06-15 Patrick Allaert <patrick.alla...@gmail.com> + + * (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 <pierre....@gmail.com> + + * ext/date/lib/timelib_structs.h + ext/date/lib/timelib_structs.h: + - add TODO about int definition cleanup + +2009-06-15 Patrick Allaert <patrick.alla...@gmail.com> + + * (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 <pierre....@gmail.com> + + * (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 <sc...@macvicar.net> + + * (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 <i...@prohost.org> + + * 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 <whar...@uk.ibm.com> + + * (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 <pierre....@gmail.com> + + * ext/standard/basic_functions.c + ext/standard/basic_functions.c: + - silent warning + 2009-06-14 Philip Olson <philipol...@gmail.com> * (PHP_5_3) @@ -46211,7 +46505,7 @@ * sapi/litespeed/lsapi_main.c sapi/litespeed/lsapilib.c: - - Added missing $Id: ChangeLog,v 1.3435 2009/06/15 01:32:57 changelog Exp $ tags and nuked c++ comments + - Added missing $Id: ChangeLog,v 1.3436 2009/06/16 01:33:13 changelog Exp $ tags and nuked c++ comments * (PHP_5_3) ext/intl/locale/locale.c