changelog               Wed Aug 27 01:32:42 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3150&r2=1.3151&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3150 php-src/ChangeLog:1.3151
--- php-src/ChangeLog:1.3150    Tue Aug 26 01:32:44 2008
+++ php-src/ChangeLog   Wed Aug 27 01:32:40 2008
@@ -1,3 +1,162 @@
+2008-08-26  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * main/main.c:
+      - Fixed bug #44924 (sendmail path wrong)
+
+    * main/main.c:
+      Sync with PHP_5_3 (what a nice mess..thanks guys for keeping the branches
+      in sync..NOT)
+
+    * (PHP_5_2)
+      main/main.c:
+      MFH: sendmail mess cleared (PHP_PROG_SENDMAIL was not used at all, see 
also
+      bug #42946)
+
+2008-08-26  George Wang  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      sapi/litespeed/lsapi_main.c
+      sapi/litespeed/lsapilib.c
+      sapi/litespeed/lsapilib.c:
+      ignore signal SIGXFSZ
+
+2008-08-26  Alexey Zakhlestin  <[EMAIL PROTECTED]>
+
+    * sapi/apache2handler/php_functions.c:
+      MFB: switch to the new parameter-parse API
+
+    * (PHP_5_3)
+      sapi/apache2handler/php_functions.c:
+      switch to the new parameter-parse API
+
+    * ext/session/tests/session_id_error4.phpt:
+      MFB: this test depends on session.hash_bits_per_character, but it was not
+      explicitly set
+
+    * (PHP_5_3)
+      ext/session/tests/session_id_error4.phpt:
+      this test depends on session.hash_bits_per_character, but it was not
+      explicitly set
+
+2008-08-26  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/fileinfo/fileinfo.c
+      ext/fileinfo/tests/finfo_file_001.phpt:
+      - Improved fix
+
+2008-08-26  David Soria Parra  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      main/streams/streams.c
+      main/streams/xp_socket.c:
+      MFH: Fixed bug #43782 (feof() does not detect timeout on socket)
+
+    * main/streams/streams.c
+      main/streams/xp_socket.c:
+      Fixed bug #43782 (feof() does not detect timeout on socket)
+
+2008-08-26  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c:
+      Remove stray folding tag here
+
+2008-08-26  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/fileinfo/fileinfo.c
+      ext/fileinfo/tests/finfo_file_001.phpt
+      ext/fileinfo/tests/finfo_file_001.phpt:
+      - Added check for empty file name
+
+2008-08-26  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/fileinfo/libmagic/apprentice.c
+      ext/fileinfo/libmagic/ascmagic.c
+      ext/fileinfo/libmagic/compress.c
+      ext/fileinfo/libmagic/config.h
+      ext/fileinfo/libmagic/file.h
+      ext/fileinfo/libmagic/funcs.c
+      ext/fileinfo/libmagic/magic.c
+      ext/fileinfo/libmagic/readelf.c
+      ext/fileinfo/libmagic/softmagic.c:
+      MFB:
+       Upgraded the lib to use PHP memory allocation routines.
+       Fixed a crash caused by analysis of DEADJOE files
+       A little bit of CS inside libmagic
+
+    * (PHP_5_3)
+      ext/fileinfo/libmagic/apprentice.c
+      ext/fileinfo/libmagic/ascmagic.c
+      ext/fileinfo/libmagic/compress.c
+      ext/fileinfo/libmagic/config.h
+      ext/fileinfo/libmagic/file.c
+      ext/fileinfo/libmagic/file.h
+      ext/fileinfo/libmagic/file_opts.h
+      ext/fileinfo/libmagic/funcs.c
+      ext/fileinfo/libmagic/getopt_long.c
+      ext/fileinfo/libmagic/magic.c
+      ext/fileinfo/libmagic/readelf.c
+      ext/fileinfo/libmagic/softmagic.c:
+      Upgraded the lib to use PHP memory allocation routines.
+      Fixed a crash caused by analysis of DEADJOE files
+      A little bit of CS inside libmagic
+
+2008-08-26  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/mysqli/tests/mysqli_debug_ini.phpt:
+      cleanup garbage
+
+    * ext/mysqli/tests/mysqli_debug_ini.phpt:
+      clean up garbage
+
+    * ext/mysqli/tests/mysqli_debug.phpt
+      ext/mysqli/tests/mysqli_debug.phpt
+      ext/mysqli/tests/mysqli_debug_append.phpt
+      ext/mysqli/tests/mysqli_debug_append.phpt
+      ext/mysqli/tests/mysqli_debug_control_string.phpt
+      ext/mysqli/tests/mysqli_debug_control_string.phpt
+      ext/mysqli/tests/mysqli_debug_ini.phpt
+      ext/mysqli/tests/mysqli_debug_ini.phpt
+      ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
+      ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
+      ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt
+      ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt:
+      fix typo
+
+2008-08-26  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.h
+      sapi/cgi/fastcgi.h:
+      Fixed bug #45786 (FastCGI process exited unexpectedly)
+
+2008-08-26  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * win32/build/mkdist.php:
+      - MFB; support for copy of ICU DLLS for all ICU versions
+
+    * (PHP_5_3)
+      win32/build/mkdist.php:
+      - support for copy of ICU DLLS for all ICU versions
+
+2008-08-26  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c:
+      Fixed bug #45910 (Cannot declare self-referencing constant)
+
+2008-08-26  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * ext/standard/crypt_freesec.h:
+      - MFB:inline definition (win32)
+
 2008-08-25  Rob Richards  <[EMAIL PROTECTED]>
 
     * ext/libxml/config.w32:
@@ -3592,7 +3751,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3150 2008/08/26 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3151 2008/08/27 01:32:40 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to