From 4222232ce49165841fd92189f022f442804af6ac Mon Sep 17 00:00:00 2001 From: Date: Wed, 3 Sep 2008 01:32:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9278fd044b..7a5c6d3f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2008-09-02 Felipe Pena + + * (PHP_5_3) + ext/fileinfo/tests/mime_content_type_002.phpt: + - New test + + * ext/fileinfo/tests/mime_content_type_002.phpt + ext/fileinfo/tests/mime_content_type_002.phpt: + + - New test + +2008-09-02 Nuno Lopes + + * ext/pcre/php_pcre.c: + MFB: kill unused var + + * (PHP_5_3) + ext/pcre/php_pcre.c: + kill dead variables. found by LLVM's clang static analyzer + +2008-09-02 Dmitry Stogov + + * sapi/cgi/tests/010.phpt + sapi/cgi/tests/010.phpt + sapi/cgi/tests/010.phpt: + 1.1.4; + file 010.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/tests/010.phpt + sapi/cgi/tests/010.phpt: + Fixed bug #45860 (header() function fails to correctly replace all Status + lines) + +2008-09-02 Felipe Pena + + * (PHP_5_3) + ext/fileinfo/libmagic/apprentice.c: + - Silent valgrind + +2008-09-02 Pierre-Alain Joye + + * (PHP_5_3) + ext/fileinfo/tests/mime_content_type_001.phpt: + - fix test (file or path not found) (Thanks Dmitry for the notice) + + * (PHP_5_3) + ext/fileinfo/fileinfo.c + ext/fileinfo/libmagic/magic.c + ext/fileinfo/tests/finfo_file_001.phpt: + - 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-02 Dmitry Stogov + + * (PHP_5_2) + NEWS + main/main.c + main/main.c + main/main.c + tests/lang/bug43958.phpt + tests/lang/bug43958.phpt + tests/lang/bug43958.phpt + tests/lang/bug43958.phpt + tests/lang/bug43958.phpt: + Fixed Bug #43958 (class name added into the error message) + +2008-09-02 Jani Taskinen + + * (PHP_5_3) + NEWS: + - Moved to PHP_5_2 + + * (PHP_5_2) + NEWS: + - Fixed bug entries + 2008-09-01 Felipe Pena * (PHP_5_3) -- 2.40.0