From: Date: Tue, 29 Jul 2008 01:32:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~987 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39d813a954ad410cee3718d83b99da069d9a7388;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7977dc7354..c78a3440d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,245 @@ +2008-07-28 Scott MacVicar + + * ext/sqlite3/sqlite3.c: + MFB: Fix error when fetchArray reaches the last row + + * (PHP_5_3) + ext/sqlite3/sqlite3.c: + Fix error when fetchArray reaches the last row, and prototyp error + +2008-07-28 Derick Rethans + + * ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h + ext/date/lib/timezonedb.h: + - Updated to version 2008.5 (2008e) + +2008-07-28 Arnaud Le Blanc + + * (PHP_5_3) + NEWS + ext/standard/http_fopen_wrapper.c: + MFH: When automatically redirecting an HTTP request, use the GET method + when the + original method was not HEAD or GET (fixes #45540) + + * ext/standard/http_fopen_wrapper.c: + When automatically redirecting an HTTP request, use the GET method when the + original method was not HEAD or GET (fixes #45540) + +2008-07-28 Elizabeth Marie Smith + + * ext/standard/php_crypt_r.c + ext/standard/php_crypt_r.c: + Secure versions of string functions don't exist for VC6 + +2008-07-28 Pierre-Alain Joye + + * (PHP_5_3) + ext/standard/crypt_freesec.c: + - MFH: vc6 is picky about brackets when used with a defined type... + + * ext/standard/crypt_freesec.c: + - vc6 is picky about brackets when used with a defined type... + +2008-07-28 Etienne Kneuss + + * ext/spl/tests/fixedarray_021.phpt: + Increase coverage a bit + +2008-07-28 Dmitry Stogov + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_constants.c + ZendEngine2/zend_constants.c + ZendEngine2/tests/constants_005.phpt: + Fixed constant substitution (Matt) + + * ZendEngine2/tests/constants_005.phpt + ZendEngine2/tests/constants_005.phpt: + + file constants_005.phpt was initially added on branch PHP_5_3. + +2008-07-28 Felipe Pena + + * ZendEngine2/tests/036.phpt + ZendEngine2/tests/036.phpt + ZendEngine2/tests/037.phpt + ZendEngine2/tests/037.phpt + ZendEngine2/tests/038.phpt + ZendEngine2/tests/038.phpt + ZendEngine2/tests/closure_024.phpt + ZendEngine2/tests/closure_024.phpt + ZendEngine2/tests/closure_025.phpt + ZendEngine2/tests/closure_025.phpt + ZendEngine2/tests/closure_026.phpt + ZendEngine2/tests/closure_026.phpt + ZendEngine2/tests/closure_027.phpt + ZendEngine2/tests/closure_027.phpt + ZendEngine2/tests/closure_028.phpt + ZendEngine2/tests/closure_028.phpt + ZendEngine2/tests/closure_029.phpt + ZendEngine2/tests/closure_029.phpt + ZendEngine2/tests/closure_030.phpt + ZendEngine2/tests/closure_030.phpt + ZendEngine2/tests/list_007.phpt + ZendEngine2/tests/list_007.phpt + ZendEngine2/tests/objects_031.phpt + ZendEngine2/tests/objects_031.phpt: + + - New tests + +2008-07-28 Jani Taskinen + + * (PHP_5_3) + ext/sqlite3/php_sqlite3.h + ext/sqlite3/php_sqlite3_structs.h + ext/sqlite3/libsqlite/sqlite3ext.h + ext/sqlite3/tests/skipif.inc + ext/sqlite3/tests/skipif.inc + ext/sqlite3/tests/stream_test.inc + ext/sqlite3/tests/stream_test.inc: + - Fix EOLs + + * ext/sqlite3/php_sqlite3.h: + - Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead + Winblows editors!) + +2008-07-28 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - nothing to do here + + * win32/build/config.w32: + - not here anymore (old crypt implementation) + + * (PHP_5_3) + NEWS + ext/standard/config.m4 + ext/standard/config.w32 + ext/standard/crypt.c + ext/standard/crypt_blowfish.c + ext/standard/crypt_freesec.c + ext/standard/crypt_freesec.h + ext/standard/php_crypt.h + ext/standard/php_crypt_r.c + ext/standard/php_crypt_r.h + win32/crypt_win32.c + win32/crypt_win32.h + win32/md5crypt.c + win32/md5crypt.h + win32/php_stdint.h + win32/build/config.w32 + win32/build/config.w32.h.in: + -MFH: + - #45430, windows implementation of crypt is not TS + - add Blowfish (using implementation from Solar Designer ) and extended DES support + - Make crypt features portable: + - if no crypt_r, php's implemetation is used (all algo and TS), php + can't be used with unsafe crypt anymore + - if one algo is missing, php's implemetation is used + - Windows always use php's implementation + - removed old code in windows/ + + * main/win95nt.h: + - silent warning with vc8 + dbg mode + + * ext/standard/config.m4 + ext/standard/config.w32 + ext/standard/crypt.c + ext/standard/crypt_blowfish.c + ext/standard/crypt_blowfish.c + ext/standard/crypt_freesec.c + ext/standard/crypt_freesec.c + ext/standard/crypt_freesec.h + ext/standard/crypt_freesec.h + ext/standard/php_crypt_r.c + ext/standard/php_crypt_r.c + ext/standard/php_crypt_r.h + ext/standard/php_crypt_r.h + win32/crypt_win32.c + win32/crypt_win32.h + win32/md5crypt.c + win32/md5crypt.h + win32/php_stdint.h + win32/php_stdint.h + win32/build/config.w32.h.in: + - #45430, windows implementation of crypt is not TS + - add Blowfish (using implementation from Solar Designer ) and extended DES support + - Make crypt features portable: + - if no crypt_r, php's implemetation is used (all algo and TS), php + can't be used with unsafe crypt anymore + - if one algo is missing, php's implemetation is used + - Windows always use php's implementation + - removed old code in windows/ + + * ext/pdo_odbc/odbc_stmt.c + ext/pdo_odbc/php_pdo_odbc_int.h + ext/sqlite3/php_sqlite3_structs.h + ext/sqlite3/libsqlite/sqlite3.c + ext/sqlite3/libsqlite/sqlite3.h: + - mac to unix + + * ext/sqlite3/php_sqlite3.h: + - mac to unix format + + * ext/intl/locale/locale_methods.c: + - Fix ZTS build + +2008-07-28 Moriyoshi Koizumi + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.l + ext/mbstring/tests/zend_multibyte-14.phpt + ext/mbstring/tests/zend_multibyte-14.phpt: + - SCNG(input_filter) can be null if the script encoding is idential to + the internal encoding. + + * (PHP_5_3) + ext/mbstring/tests/zend_multibyte-13.phpt: + - ??? + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner_defs.h + ZendEngine2/zend_language_scanner_defs.h: + - Touch. + + * ZendEngine2/zend_language_scanner.l: + - Another portion to merge. + + * ZendEngine2/zend_compile.h + ZendEngine2/zend_language_scanner.l: + - Sync function signature with the 5.3 branch + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner_defs.h: + - Touch + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.l: + - WS + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner_defs.h: + - touch + + * ext/mbstring/tests/zend_multibyte-13.phpt + ext/mbstring/tests/zend_multibyte-13.phpt: + + file zend_multibyte-13.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + ZendEngine2/zend_compile.h + ZendEngine2/zend_language_scanner.l: + - Fix __halt_compiler() weirdness with zend-mulibyte enabled + 2008-07-27 Marcus Boerger * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 60db6359f8..65d81b1fa0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,85 @@ +2008-07-28 Dmitry Stogov + + * zend_compile.c + zend_compile.c + zend_constants.c + zend_constants.c + tests/constants_005.phpt: + Fixed constant substitution (Matt) + + * tests/constants_005.phpt + tests/constants_005.phpt: + + file constants_005.phpt was initially added on branch PHP_5_3. + +2008-07-28 Felipe Pena + + * tests/036.phpt + tests/036.phpt + tests/037.phpt + tests/037.phpt + tests/038.phpt + tests/038.phpt + tests/closure_024.phpt + tests/closure_024.phpt + tests/closure_025.phpt + tests/closure_025.phpt + tests/closure_026.phpt + tests/closure_026.phpt + tests/closure_027.phpt + tests/closure_027.phpt + tests/closure_028.phpt + tests/closure_028.phpt + tests/closure_029.phpt + tests/closure_029.phpt + tests/closure_030.phpt + tests/closure_030.phpt + tests/list_007.phpt + tests/list_007.phpt + tests/objects_031.phpt + tests/objects_031.phpt: + + - New tests + +2008-07-28 Moriyoshi Koizumi + + * (PHP_5_3) + zend_language_scanner.l: + - SCNG(input_filter) can be null if the script encoding is idential to + the internal encoding. + + * zend_language_scanner.c + zend_language_scanner.c + zend_language_scanner_defs.h + zend_language_scanner_defs.h: + - Touch. + + * zend_language_scanner.l: + - Another portion to merge. + + * zend_compile.h + zend_language_scanner.l: + - Sync function signature with the 5.3 branch + + * (PHP_5_3) + zend_language_scanner.c + zend_language_scanner_defs.h: + - Touch + + * (PHP_5_3) + zend_language_scanner.l: + - WS + + * (PHP_5_3) + zend_language_scanner.c + zend_language_scanner_defs.h: + - touch + + * (PHP_5_3) + zend_compile.h + zend_language_scanner.l: + - Fix __halt_compiler() weirdness with zend-mulibyte enabled + 2008-07-27 Felipe Pena * tests/007.phpt