From: Ilia Alshanetsky Date: Sun, 19 Feb 2006 18:20:51 +0000 (+0000) Subject: More safe_mode nuking X-Git-Tag: RELEASE_1_2~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a605fd39c4f105bc877da668e027719497dc105c;p=php More safe_mode nuking --- 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 #include 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 #include 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 #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--