summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-04-05 00:35:43 +0000
committer <changelog@php.net>2004-04-05 00:35:43 +0000
commit1bee9e12fbe62f45179f00d373b306358ee64c50 (patch)
tree0a6065d35d4555e8e51610bccbb9050baba1deb6
parent94ec5c2a649c7d22f87c28d76c1e023294c37d3c (diff)
downloadphp-git-1bee9e12fbe62f45179f00d373b306358ee64c50.tar.gz
ChangeLog update
-rw-r--r--ChangeLog57
-rw-r--r--Zend/ChangeLog5
2 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e7107a531..0fb6b56e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2004-04-04 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/mbstring/config.m4:
+ - Let it work safely
+
+ * (PHP_4_3)
+ ext/wddx/tests/001.phpt
+ ext/wddx/tests/wddx.xml:
+ - Remove test, as it's never worked as expected.
+
+2004-04-04 Derick Rethans <php@derickrethans.nl>
+
+ * ext/mbstring/config.m4:
+ - Fixed test
+
+2004-04-04 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ZendEngine2/zend_objects_API.c:
+ Removed unused variable.
+
+2004-04-04 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/wddx/tests/001.phpt:
+ - Fix test: Any datetime value that exceeds the unix time range should
+ not be unserialized.
+
+2004-04-04 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/gd/gd.c:
+ MFH: Fixed a bug that prevented building of the GD extension against
+ external GD lib 1.X.
+
+ * ext/gd/gd.c:
+ Fixed a bug that prevented building of gd extension against external GD
+ lib 1.X.
+
+2004-04-04 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
+
+ * ext/interbase/php_ibase_includes.h:
+ CS
+
+2004-04-04 Derick Rethans <php@derickrethans.nl>
+
+ * ext/standard/tests/time/bug21966.phpt:
+ - Fixed comment and double 0
+
+ * ext/standard/tests/time/bug21966.phpt:
+
+ - One more test for a date/time related bug.
+
+2004-04-04 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/standard/config.m4:
+ Add a comment why it is in
+
2004-04-03 Andi Gutmans <andi@zend.com>
* ZendEngine2/zend_builtin_functions.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index b98c99836b..f62b8f5b7e 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-04 Ilia Alshanetsky <ilia@prohost.org>
+
+ * zend_objects_API.c:
+ Removed unused variable.
+
2004-04-03 Andi Gutmans <andi@zend.com>
* zend_builtin_functions.c: