]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 3 Sep 2008 01:32:02 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 3 Sep 2008 01:32:02 +0000 (01:32 +0000)
ChangeLog

index 9278fd044be3d9ab8d1866890615f35bd445d633..7a5c6d3f4f653d3908759593254788d182671b95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2008-09-02  Felipe Pena  <felipensp@gmail.com>
+
+    * (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  <nunoplopes@sapo.pt>
+
+    * 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  <dmitry@zend.com>
+
+    * 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  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ext/fileinfo/libmagic/apprentice.c:
+      - Silent valgrind
+
+2008-09-02  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (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  <dmitry@zend.com>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      NEWS:
+      - Moved to PHP_5_2
+
+    * (PHP_5_2)
+      NEWS:
+      - Fixed bug entries
+
 2008-09-01  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)