summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-03-15 02:09:11 +0000
committer <changelog@php.net>2000-03-15 02:09:11 +0000
commitca7fcf038fcf8e81fac50a1a8d4e3fdac3d1996d (patch)
tree2b7dbbdc95f47d492a5054ea2402c7127ebabe66
parent95fa99702c55647fc7492fcb2aac6d20f8e82c6f (diff)
downloadphp-git-ca7fcf038fcf8e81fac50a1a8d4e3fdac3d1996d.tar.gz
ChangeLog update
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e8acaa811..96fa249e7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2000-03-14 Egon Schmid <eschmid@s.netic.de>
+
+ * ext/oci8/oci8.c: One space character is enough.
+
+ * ext/oci8/oci8.c:
+ Thies, please check the function names and descriptions.
+
+2000-03-14 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de>
+
+ * ext/domxml/domxml.c
+ tests/testdom: - fixed invalid class names
+ - added standalone, encoding attribute to DocDocument class
+
+2000-03-14 Hartmut Holzgraefe <hholzgra@media-engineering.de>
+
+ * ext/imap/imap.c:
+ I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
+ I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
+ I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
+
+ * ext/standard/filestat.c
+ ext/imap/imap.c:
+ imap_utf7_encode didn't expand international characters to 16bit
+ before coding
+ imap_fetch_overview could crash when some fields where missing
+ imap_fetch_overview will now take msg indices for default and
+ UIDs by optional flag, as the other functions in the family
+
+2000-03-14 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/standard/var.c:
+ - fixed possible crash in unserialize if the serailized data was
+ damaged.
+
+2000-03-14 Andi Gutmans <andi@php.net>
+
+ * ext/odbc/php_odbc.c: - ELS are passed to internal functions
+
2000-03-13 Egon Schmid <eschmid@s.netic.de>
* ext/gd/gd.c: Fixed some protos.