diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-02-19 18:20:51 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-02-19 18:20:51 +0000 |
commit | a605fd39c4f105bc877da668e027719497dc105c (patch) | |
tree | e29f5a3458707e25110dc79eda4ccc61f204996d | |
parent | c6ba5765beab47657f9cce2101948d22b11fc4bc (diff) | |
download | php-git-a605fd39c4f105bc877da668e027719497dc105c.tar.gz |
More safe_mode nuking
-rw-r--r-- | ext/dba/libflatfile/flatfile.c | 1 | ||||
-rw-r--r-- | ext/dba/libinifile/inifile.c | 1 | ||||
-rw-r--r-- | ext/dbase/dbase.c | 1 | ||||
-rw-r--r-- | ext/filepro/filepro.c | 1 | ||||
-rw-r--r-- | ext/standard/tests/file/bug22414.phpt | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/ext/dba/libflatfile/flatfile.c b/ext/dba/libflatfile/flatfile.c index 9167ec204d..b16338c76c 100644 --- a/ext/dba/libflatfile/flatfile.c +++ b/ext/dba/libflatfile/flatfile.c @@ -27,7 +27,6 @@ #include "php.h" #include "php_globals.h" -#include "safe_mode.h" #include <stdlib.h> #include <string.h> diff --git a/ext/dba/libinifile/inifile.c b/ext/dba/libinifile/inifile.c index c037aef75b..24f2673e73 100644 --- a/ext/dba/libinifile/inifile.c +++ b/ext/dba/libinifile/inifile.c @@ -24,7 +24,6 @@ #include "php.h" #include "php_globals.h" -#include "safe_mode.h" #include <stdlib.h> #include <string.h> diff --git a/ext/dbase/dbase.c b/ext/dbase/dbase.c index 5d4b0f3762..f9f3b34aa2 100644 --- a/ext/dbase/dbase.c +++ b/ext/dbase/dbase.c @@ -23,7 +23,6 @@ #endif #include "php.h" -#include "safe_mode.h" #include "fopen_wrappers.h" #include "php_globals.h" diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index d03baf21f0..3ecc849303 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -31,7 +31,6 @@ #endif #include "php.h" -#include "safe_mode.h" #include "fopen_wrappers.h" #include <string.h> #if HAVE_SYS_PARAM_H diff --git a/ext/standard/tests/file/bug22414.phpt b/ext/standard/tests/file/bug22414.phpt index f4f097d66d..4f490ddf74 100644 --- a/ext/standard/tests/file/bug22414.phpt +++ b/ext/standard/tests/file/bug22414.phpt @@ -1,7 +1,6 @@ --TEST-- Bug #22414 (passthru() does not read data correctly) --INI-- -safe_mode= output_handler= --FILE-- <?php |