]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 Sep 2003 00:32:52 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Fri, 26 Sep 2003 00:32:52 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index e66544e8de5919c89ac29e8c3d38f491d7eae7a8..d18a20bc1ee94c3ddd24a396bd5ef75eafbed7f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2003-09-25  Georg Richter  <phpinfo@t-online.de>
+
+    * ZendEngine2/zend_alloc.c:
+      fixed compiler warning
+      removed dead code
+
+    * ZendEngine2/zend_hash.h:
+      changed ulong to long to avoid compiler warnings (comparison between signed
+      and unsigned)
+
+2003-09-25  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * ext/session/mod_files.c:
+      This is only needed for Windows.
+
+2003-09-25  Georg Richter  <phpinfo@t-online.de>
+
+    * ext/mysqli/tests/047.phpt
+      ext/mysqli/tests/057.phpt:
+      mysqli_prepare_result -> mysqli_get_metadata
+
+    * ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_fe.c
+      ext/mysqli/php_mysqli.h:
+      mysql_prepare_result -> mysqli_get_metadata
+      This function was renamed in libmysql (changeset 1.607 by monty)
+
 2003-09-24  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 07b300a89dafa9d93bf670b5f323c75b3cba43c0..750f5186af286feaf725cd62accc820cd04a45da 100644 (file)
@@ -1,3 +1,13 @@
+2003-09-25  Georg Richter  <phpinfo@t-online.de>
+
+    * zend_alloc.c:
+      fixed compiler warning
+      removed dead code
+
+    * zend_hash.h:
+      changed ulong to long to avoid compiler warnings (comparison between signed
+      and unsigned)
+
 2003-09-22  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend.c