From: Date: Sat, 16 Jul 2005 05:36:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a62e9a01b08d182db1fd02f64d279a08a0bf7b3e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 735c2468db..e8a456162c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2005-07-15 George Schlossnagle + + * ext/curl/interface.c + ext/curl/php_curl.h: + Darwin seems to like this much better. + + * ext/xsl/php_xsl.c + ext/xsl/xsl_fe.h: + Darwin seems to like this arrangement much better. + +2005-07-15 Sara Golemon + + * ext/standard/ftp_fopen_wrapper.c: + Pass context parameter through to xport_create + +2005-07-15 Anantha Kesari H Y + + * ext/standard/file.h + ext/standard/string.c + ext/standard/syslog.c: + ext/standard/file.h NetWare LibC has fnmatch and realpath implemented. + ext/standard/syslog.c Except LOG_SYSLOG other syslog macros are supported + by NetWare LibC. + ext/standard/string.c NetWare fix for dirname + -- Kamesh + + * (PHP_5_0) + ext/standard/file.h + ext/standard/filestat.c + ext/standard/link.c + ext/standard/pageinfo.c + ext/standard/syslog.c: + ext/standard/file.h NetWare LibC has fnmatch and realpath implemented. + ext/standard/filestat.c Removing redundant CLIB_STAT_PATCH and fixing some + NetWare specific stat structure. + ext/standard/link.c Removing redundant CLIB_STAT_PATCH. + ext/standard/pageinfo.c Removing redundant CLIB_STAT_PATCH and fixing some + NetWare specific stat structure. + ext/standard/syslog.c Except LOG_SYSLOG NetWare LibC has other macros + defined. + + -- Kamesh + 2005-07-14 Ilia Alshanetsky * ext/standard/http_fopen_wrapper.c: