From: Date: Sun, 26 Sep 2004 00:35:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10dd36d959e3bad1d9a52e94af5784171cd41c2b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4d8bb1f6a4..2c75d8f7c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2004-09-25 Wez Furlong + + * ext/sqlite/sqlite.c: + Probable fix for Bug #30147 + +2004-09-25 Anantha Kesari H Y + + * ext/standard/rand.c: + removing the unwanted inclusion of headers + + * ext/standard/pack.c: + removing unwanted comment + + * ext/standard/head.c: + removing unwanted inclusion of socket header file + + * ext/standard/flock_compat.c: + removed NEW_LIBC checks in NETWARE + +2004-09-25 Marcus Boerger + + * ext/dba/config.m4: + - Fix lib substitution (rurban at x-ray dot at ) + +2004-09-25 Anantha Kesari H Y + + * ext/standard/datetime.c: + removed redundant NEW_LIBC checks + + * ext/standard/pageinfo.c: + removed redundance LIBC checks for NETWARE + + * ext/standard/microtime.c: + removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE + + * ext/standard/mail.c: + removing unwanted header files getting included + + * ext/standard/image.c: + removed unwanted NEW_LIBC checks + + * ext/standard/link.c: + Now NetWare LibC supports proper stat structure no need of CLIB_STAT_PATCH + and all such checks + + * ext/standard/fsock.h + ext/standard/lcg.c: + removed the redundant NEW_LIBC checks + + * ext/standard/basic_functions.c: + cleaned up confusing NetWare specific check. disabled chown and chgrp for + NetWare + 2004-09-24 Marcus Boerger * (PHP_4_3)