summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-03-08 14:41:45 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-03-08 14:41:45 +0000
commit27e175eef0ccd796d282effdeb7c984e54c51208 (patch)
treee49e336eba11387fef01e3e8b15405d121c52b13 /main/streams/plain_wrapper.c
parent689eea9c3c89c946bc34939158e2fcc773ed26b7 (diff)
downloadphp-git-27e175eef0ccd796d282effdeb7c984e54c51208.tar.gz
So long safe_mode mode.
Also removed the magic_quotes configure option, no longer relevant since the magic is gone :-).
Diffstat (limited to 'main/streams/plain_wrapper.c')
-rw-r--r--main/streams/plain_wrapper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c
index a8593c04bf..adfb9b4bf1 100644
--- a/main/streams/plain_wrapper.c
+++ b/main/streams/plain_wrapper.c
@@ -1194,11 +1194,6 @@ PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char
return php_stream_fopen_rel(filename, mode, opened_path, options);
}
- /*
- * files in safe_mode_include_dir (or subdir) are excluded from
- * safe mode GID/UID checks
- */
-
not_relative_path:
/* Absolute path open */