From: Date: Sat, 15 Nov 2003 01:31:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ae0d4981432c86beb71964edc6edcefe6992457;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 322c851a36..4c5602d180 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2003-11-14 Ilia Alshanetsky + + * NEWS + ext/standard/basic_functions.c + ext/standard/basic_functions.h: + Rename nanosleep() to time_nanosleep(). + +2003-11-14 Ard Biesheuvel + + * (PHP_4_3) + ext/interbase/interbase.c: + Fix the fix [ibase_trans()] + +2003-11-14 Moriyoshi Koizumi + + * (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 + + * ext/simplexml/simplexml.c: + Adjust to latest conversion cast changes + +2003-11-14 Jani Taskinen + + * scripts/phpize.in: + Missing "confdefs.h" in the cleanup-files-list + +2003-11-14 Ilia Alshanetsky + + * (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 * ext/simplexml/tests/009.phpt: