]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 31 Dec 2003 01:33:06 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Wed, 31 Dec 2003 01:33:06 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index a68a64ddb82d7d15b173f36d636a69e02660068d..e7f5cf25e4f2d8d36a5aae0d86f22570f354e4c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2003-12-30  Georg Richter  <phpinfo@t-online.de>
+
+    * ext/mysqli/mysqli_api.c:
+      fixed a bug in mysqli_num_rows (added support for longlong values)
+
+    * ext/mysqli/mysqli_prop.c:
+      fixed a bug in insert_id property
+
+2003-12-30  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * ext/oci8/oci8.dsp:
+      Fix the include path for Zend
+
+2003-12-30  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/ZEND_CHANGES:
+      - Fix typos
+
+2003-12-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/ZEND_CHANGES:
+      Update
+
+2003-12-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/tests/bug26696.phpt:
+      Added test case for bug #26696.
+
 2003-12-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/standard/formatted_print.c
index 92c0de0124f6d11c7e58e5da6595d5042bd5725f..3d178d9ffa947cb78b6c93761d3333529b43d626 100644 (file)
@@ -1,3 +1,18 @@
+2003-12-30  Andi Gutmans  <andi@zend.com>
+
+    * ZEND_CHANGES:
+      - Fix typos
+
+2003-12-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZEND_CHANGES:
+      Update
+
+2003-12-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * tests/bug26696.phpt:
+      Added test case for bug #26696.
+
 2003-12-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_execute.c: