changelog               Mon Dec 20 20:34:48 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1839&r2=1.1840&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1839 php-src/ChangeLog:1.1840
--- php-src/ChangeLog:1.1839    Sun Dec 19 20:36:49 2004
+++ php-src/ChangeLog   Mon Dec 20 20:34:47 2004
@@ -1,3 +1,73 @@
+2004-12-20  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * acinclude.m4
+      configure.in
+      ZendEngine2/zend_strtod.c:
+      Better fix for endian compile problems.
+
+    * (PHP_4_3)
+      build/build2.mk
+      build/build2.mk
+      build/buildcheck.sh
+      build/buildcheck.sh:
+      MFH: Fix buildconf when multiple autoconf versions installed
+
+    * build/build2.mk
+      build/buildcheck.sh:
+      Fix buildconf when multiple autoconf versions installed
+
+2004-12-20  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * sapi/aolserver/aolserver.c
+      sapi/apache2handler/mod_php5.c
+      sapi/apache_hooks/mod_php5.c
+      sapi/caudium/caudium.c
+      sapi/cgi/cgi_main.c
+      sapi/cli/php_cli.c
+      sapi/embed/php_embed.c
+      sapi/isapi/php5isapi.c
+      sapi/milter/php_milter.c
+      sapi/nsapi/nsapi.c
+      sapi/phttpd/phttpd.c
+      sapi/pi3web/pi3web_sapi.c
+      sapi/roxen/roxen.c
+      sapi/thttpd/thttpd.c
+      sapi/tux/php_tux.c
+      sapi/webjames/webjames.c:
+      Add the new request_time sapi struct entry to all the sapis.  Some of 
these
+      may have ways of getting the request time without the extra syscall, but
+      for now let's just make sure we don't crash and people will eventually
+      fill these in where applicable.
+
+2004-12-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/url.c:
+      Fixed bug #31174 (compile warning in url.c).
+
+2004-12-20  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/basic_functions.c:
+      MFH: Use FREE_HASHTABLE() instead of efree()
+
+2004-12-20  Georg Richter  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ext/mysqli/mysqli_api.c:
+      MFH: Fixed type conversion for NULL values in mysql_stmt_execute
+
+    * ext/mysqli/mysqli_api.c:
+      prevent type conversion during mysql_stmt_execute for NULL variables
+
+2004-12-20  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      typofix
+
 2004-12-19  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)
@@ -14457,7 +14527,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1839 2004/12/20 
01:36:49 changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1840 2004/12/21 
01:34:47 changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to