changelog               Wed Sep  3 01:32:03 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3157&r2=1.3158&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3157 php-src/ChangeLog:1.3158
--- php-src/ChangeLog:1.3157    Tue Sep  2 01:32:05 2008
+++ php-src/ChangeLog   Wed Sep  3 01:32:02 2008
@@ -1,3 +1,86 @@
+2008-09-02  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/fileinfo/libmagic/apprentice.c:
+      - Silent valgrind
+
+2008-09-02  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      - Moved to PHP_5_2
+
+    * (PHP_5_2)
+      NEWS:
+      - Fixed bug entries
+
 2008-09-01  Felipe Pena  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -4761,7 +4844,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3157 2008/09/02 01:32:05 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3158 2008/09/03 01:32:02 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to