summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-02-14 01:32:09 +0000
committer <changelog@php.net>2004-02-14 01:32:09 +0000
commitee42c23ce019250a54b7e178111307da1207cc11 (patch)
tree5ce0d76e4dadcef73253b9e603f47f21e94a0f78
parentb21756c1ca7ce2b3a318669810ab759c4f6c812f (diff)
downloadphp-git-ee42c23ce019250a54b7e178111307da1207cc11.tar.gz
ChangeLog update
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4057fbdbd8..1aa001ea24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2004-02-13 Rob Richards <rrichards@ctindustries.net>
+
+ * ext/simplexml/simplexml.c:
+ Fix bug #27237: Working with simplexml crashes apache2
+ object dtor must be used to cleanup iterator data correctly
+ Fix asXML() outputing incorrect node
+
+2004-02-13 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
+
+ * (PHP_4_3)
+ NEWS:
+ BFN
+
+ * (PHP_4_3)
+ ext/interbase/interbase.c
+ ext/interbase/tests/003.phpt:
+ Fixed bug #27235 (NUMERIC x.0 field returns empty string on 0)
+ CS/WS
+
+2004-02-13 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/pspell/pspell.c:
+ Fixed compile warnings.
+
+2004-02-13 Frank M. Kromann <frank@kromann.info>
+
+ * ext/simplexml/php_simplexml.h:
+ Adding mising declaration (needed for Win32 compilation)
+
2004-02-12 Derick Rethans <php@derickrethans.nl>
* NEWS