From bc3e19ec3094d3b3674685199a0c701c303362b0 Mon Sep 17 00:00:00 2001 From: Date: Mon, 8 Sep 2008 01:31:57 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3dc28423d8..5c6f73e5d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,138 @@ +2008-09-07 Felipe Pena + + * (PHP_5_2) + NEWS: + BFN #46010 + + * (PHP_5_3) + NEWS: + - New entry + + * (PHP_5_2) + ext/mcrypt/mcrypt.c + ext/mcrypt/mcrypt.c + ext/mcrypt/tests/bug46010.phpt + ext/mcrypt/tests/bug46010.phpt + ext/mcrypt/tests/mcrypt_ecb.phpt: + - MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode) + + * ext/mcrypt/mcrypt.c + ext/mcrypt/tests/bug46010.phpt + ext/mcrypt/tests/bug46010.phpt + ext/mcrypt/tests/bug46010.phpt: + - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode) + +2008-09-07 Johannes Schlüter + + * (PHP_5_3) + tests/security/open_basedir_copy.phpt + tests/security/open_basedir_copy.phpt + tests/security/open_basedir_dir.phpt + tests/security/open_basedir_dir.phpt + tests/security/open_basedir_error_log_variation.phpt + tests/security/open_basedir_error_log_variation.phpt + tests/security/open_basedir_file.phpt + tests/security/open_basedir_file.phpt + tests/security/open_basedir_file_get_contents.phpt + tests/security/open_basedir_file_get_contents.phpt + tests/security/open_basedir_file_put_contents.phpt + tests/security/open_basedir_file_put_contents.phpt + tests/security/open_basedir_fopen.phpt + tests/security/open_basedir_fopen.phpt + tests/security/open_basedir_opendir.phpt + tests/security/open_basedir_opendir.phpt + tests/security/open_basedir_scandir.phpt + tests/security/open_basedir_scandir.phpt: + - MFH: The exact error message might differ (it's "Not owner" on Solaris) + + * tests/security/open_basedir_copy.phpt + tests/security/open_basedir_dir.phpt + tests/security/open_basedir_error_log_variation.phpt + tests/security/open_basedir_file.phpt + tests/security/open_basedir_file_get_contents.phpt + tests/security/open_basedir_file_put_contents.phpt + tests/security/open_basedir_fopen.phpt + tests/security/open_basedir_opendir.phpt + tests/security/open_basedir_parse_ini_file.phpt + tests/security/open_basedir_scandir.phpt: + - The exact error message might differ (it's "Not owner" on Solaris) + +2008-09-07 Felipe Pena + + * ext/fileinfo/fileinfo.c + ext/fileinfo/libmagic/apprentice.c + ext/fileinfo/libmagic/compress.c + ext/fileinfo/libmagic/file.h + ext/fileinfo/libmagic/fsmagic.c + ext/fileinfo/libmagic/funcs.c + ext/fileinfo/libmagic/magic.c + ext/fileinfo/libmagic/magic.h + ext/fileinfo/tests/finfo_file_001.phpt + ext/fileinfo/tests/mime_content_type_001.phpt: + - MFB: + - use php's stream in libmagic + - remove duplicate code (like mime_content_type() compatibility function + now use the same base as finfo_file()) + - make it portable (works now on windows too, belongs other OSes) + + - don't close caller streams in libmagic (prevent leak and zombie + stream) + - string returned by magic_* are freed on magic_close, duplicate before + calling magic_close (set return value) + - if stat failed, don't try to call magic_* (when FILEINFO_MODE_FILE) + +2008-09-07 Jani Taskinen + + * ext/session/tests/020.phpt + ext/session/tests/bug41600.phpt: + MFB + + * (PHP_5_3) + ext/session/tests/020.phpt + ext/session/tests/bug41600.phpt: + - Revert idiotic patch (hint: Windows IS NOT the most important OS!) + +2008-09-07 Arnaud Le Blanc + + * (PHP_5_2) + NEWS + main/rfc1867.c + main/rfc1867.c: + MFH: More accurate max_file_size / upload_max_filesize (fixes #45124) + + * main/rfc1867.c: + More accurate max_file_size / upload_max_filesize (fixes #45124) + + * (PHP_5_3) + NEWS + ext/hash/config.m4 + ext/mhash/config.m4: + MFH: Fixed #45911 (Cannot disable ext/hash) + + * ext/hash/config.m4 + ext/mhash/config.m4: + Fixed #45911 (Cannot disable ext/hash) + +2008-09-07 Felipe Pena + + * ext/fileinfo/libmagic/compress.c: + - Fix build + + * (PHP_5_3) + ext/soap/soap.c + ext/soap/tests/bugs/bug31755.phpt: + - MFH: Removed the doubled error message (the error level is no longer + E_ERROR) + + * ext/soap/soap.c + ext/soap/tests/bugs/bug31755.phpt: + - Removed the doubled error message (the error level is no longer E_ERROR) + +2008-09-07 Kalle Sommer Nielsen + + * ext/session/tests/020.phpt: + Fix test on Windows + 2008-09-06 Ilia Alshanetsky * ext/fileinfo/libmagic/compress.c: -- 2.40.0