summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-03-04 01:19:24 +0000
committer <changelog@php.net>2002-03-04 01:19:24 +0000
commit6b3440829ba752c0da9f3acbca37588c6cdf2615 (patch)
treebbd5d06cde5410f380a3a466d2847dd74aec8687 /ChangeLog
parent6f4df4e16ccc3195f4605c9a8b470e57c3793e34 (diff)
downloadphp-git-6b3440829ba752c0da9f3acbca37588c6cdf2615.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d7950ce68..996004ef6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2002-03-03 Zak Greant <zak@mysql.com>
+
+ * build/buildcheck.sh:
+ Added message regarding expected error messages for ./buildconf
+
+2002-03-03 James E. Flemer <jflemer@acm.jhu.edu>
+
+ * main/safe_mode.c:
+ (php_checkuid) Added case for root directory when mode is
+ not CHECKUID_ALLOW_ONLY_DIR.
+
+ * main/safe_mode.c:
+ (php_checkuid) Added case for root directory when mode is
+ CHECKUID_ALLOW_ONLY_DIR.
+
+ * ext/standard/dir.c: (PHP opendir) Added safe_mode checks on path.
+
+2002-03-03 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/DB/MAINTAINERS: Updated maintainers
+
+2002-03-03 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * NEWS: - Tidy up NEWS a little bit
+
+2002-03-03 Alex Waugh <alex@alexwaugh.com>
+
+ * sapi/webjames/README
+ sapi/webjames/config.m4: Updated build instructions
+
2002-03-02 Derick Rethans <d.rethans@jdimedia.nl>
* ext/pgsql/pgsql.c: