summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-07-16 05:36:35 +0000
committer <changelog@php.net>2005-07-16 05:36:35 +0000
commita62e9a01b08d182db1fd02f64d279a08a0bf7b3e (patch)
tree3c12d2b1808475b977c855856d1e44fcc9c07abb /ChangeLog
parentd0ec239661ffbced315e708f42d50d4ebff18396 (diff)
downloadphp-git-a62e9a01b08d182db1fd02f64d279a08a0bf7b3e.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 735c2468db..e8a456162c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2005-07-15 George Schlossnagle <george@omniti.com>
+
+ * 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 <php@alphaweb.net>
+
+ * ext/standard/ftp_fopen_wrapper.c:
+ Pass context parameter through to xport_create
+
+2005-07-15 Anantha Kesari H Y <hyanantha@novell.com>
+
+ * 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 <ilia@prohost.org>
* ext/standard/http_fopen_wrapper.c: