cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1220837517@cvsserver>
changelog		Mon Sep  8 01:31:57 2008 UTC

  Modified files:              
    /php-src	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3161&r2=1.3162&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3161 php-src/ChangeLog:1.3162
--- php-src/ChangeLog:1.3161	Sun Sep  7 01:32:00 2008
+++ php-src/ChangeLog	Mon Sep  8 01:31:57 2008
@@ -1,3 +1,138 @@
+2008-09-07  Felipe Pena  <[email protected]>
+
+    * (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  <[email protected]>
+
+    * (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  <[email protected]>
+
+    * 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  <[email protected]>
+
+    * 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  <[email protected]>
+
+    * (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  <[email protected]>
+
+    * 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  <[email protected]>
+
+    * ext/session/tests/020.phpt:
+      Fix test on Windows
+
 2008-09-06  Ilia Alshanetsky  <[email protected]>
 
     * ext/fileinfo/libmagic/compress.c:
@@ -4946,7 +5081,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3161 2008/09/07 01:32:00 changelog Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3162 2008/09/08 01:31:57 changelog Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.