summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-06-04 00:34:01 +0000
committer <changelog@php.net>2004-06-04 00:34:01 +0000
commit89ee6b45ad3749d28289efd552e0770f3e329a6f (patch)
tree2fcd416c54517fa4305b4eb6b6b38f626a2bbce4
parentf4777d14e34db9a1c85f00fde73d0e92da1eca9a (diff)
downloadphp-git-89ee6b45ad3749d28289efd552e0770f3e329a6f.tar.gz
ChangeLog update
-rw-r--r--ChangeLog32
-rw-r--r--Zend/ChangeLog6
2 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98884944c4..dc0efc03fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2004-06-03 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
+
+ * ext/interbase/php_ibase_udf.c:
+ Let DB handle type coercion instead of PHP
+
+ * ext/interbase/php_ibase_udf.c:
+ Added support for other return types besides VARCHAR
+
+2004-06-03 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ Back to dev.
+
+2004-06-03 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
+
+ * ext/interbase/ibase_blobs.c:
+ Fixed blob ID format
+
+ * NEWS:
+ news
+
+2004-06-03 Andi Gutmans <andi@zend.com>
+
+ * (php_5_0_0RC3RC2)
+ NEWS
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - Prepare for RC3RC2
+
2004-06-01 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
* ext/interbase/ibase_query.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 160b2d3150..465367cac0 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-03 Andi Gutmans <andi@zend.com>
+
+ * (php_5_0_0RC3RC2)
+ zend.h:
+ - Prepare for RC3RC2
+
2004-06-02 Andi Gutmans <andi@zend.com>
* zend_mm.h: