summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-11-15 01:31:51 +0000
committer <changelog@php.net>2003-11-15 01:31:51 +0000
commit9ae0d4981432c86beb71964edc6edcefe6992457 (patch)
treec09d5029605f9186c9ad197fd29481ff6b64b8cc
parent72297f444b70fc6191a57d61bfbc2e87dc19c8f8 (diff)
downloadphp-git-9ae0d4981432c86beb71964edc6edcefe6992457.tar.gz
ChangeLog update
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 322c851a36..4c5602d180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2003-11-14 Ilia Alshanetsky <ilia@prohost.org>
+
+ * NEWS
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ Rename nanosleep() to time_nanosleep().
+
+2003-11-14 Ard Biesheuvel <a.k.biesheuvel@its.tudelft.nl>
+
+ * (PHP_4_3)
+ ext/interbase/interbase.c:
+ Fix the fix [ibase_trans()]
+
+2003-11-14 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * (PHP_4_3)
+ ext/standard/tests/file/001.phpt:
+ MFH(r-1.10): ctime (#10) may differ on several filesystems.
+
+ * ext/standard/tests/file/001.phpt:
+ ctime (#10) may differ on several filesystems.
+
+2003-11-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/simplexml/simplexml.c:
+ Adjust to latest conversion cast changes
+
+2003-11-14 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * scripts/phpize.in:
+ Missing "confdefs.h" in the cleanup-files-list
+
+2003-11-14 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/yp/yp.c:
+ MFH: Fixed bug #26235 (yp_first/yp_next do not specify correct key length).
+
+ * ext/yp/yp.c:
+ Fixed bug #26235 (yp_first/yp_next do not specify correct key length).
+
2003-11-13 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ext/simplexml/tests/009.phpt: