]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 21 Dec 2004 01:34:54 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Tue, 21 Dec 2004 01:34:54 +0000 (01:34 +0000)
ChangeLog
Zend/ChangeLog

index cb3f4469ed7ea0d4aca6ca65142b6ba51ae8f7c0..cdc9a557c8d141b32de5196036400184a720ad7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+2004-12-20  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * 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  <rasmus@lerdorf.com>
+
+    * 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  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/url.c:
+      Fixed bug #31174 (compile warning in url.c).
+
+2004-12-20  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      ext/standard/basic_functions.c:
+      MFH: Use FREE_HASHTABLE() instead of efree()
+
+2004-12-20  Georg Richter  <georg@mysql.com>
+
+    * (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  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      NEWS:
+      typofix
+
 2004-12-19  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 01d63adc6962dcc30aeebbaa416df68c1820b1a0..de3c191f016060d360905214acf571615950cb0d 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-20  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * zend_strtod.c:
+      Better fix for endian compile problems.
+
 2004-12-17  Andi Gutmans  <andi@zend.com>
 
     * zend_object_handlers.c: