cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1219800762@cvsserver>
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
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.