]> granicus.if.org Git - php/commitdiff
More safe_mode nuking
authorIlia Alshanetsky <iliaa@php.net>
Sun, 19 Feb 2006 18:20:51 +0000 (18:20 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 19 Feb 2006 18:20:51 +0000 (18:20 +0000)
ext/dba/libflatfile/flatfile.c
ext/dba/libinifile/inifile.c
ext/dbase/dbase.c
ext/filepro/filepro.c
ext/standard/tests/file/bug22414.phpt

index 9167ec204d7e49855e50d949c86c3d7e9eeb1c43..b16338c76cc89e7495d02364da73397938dd1345 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "php.h"
 #include "php_globals.h"
-#include "safe_mode.h"
 
 #include <stdlib.h>
 #include <string.h>
index c037aef75b52b6c596e58ed3f62a1ab7a17f033d..24f2673e7340e796b8079e760a87c001237c4118 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "php.h"
 #include "php_globals.h"
-#include "safe_mode.h"
 
 #include <stdlib.h>
 #include <string.h>
index 5d4b0f37622b639ea49fd0c9432e9c595f4e5a9d..f9f3b34aa27cd9412cf5daa8109e432b21dacc46 100644 (file)
@@ -23,7 +23,6 @@
 #endif
 
 #include "php.h"
-#include "safe_mode.h"
 #include "fopen_wrappers.h"
 #include "php_globals.h"
 
index d03baf21f0c68ace67e387b4c37d67696bbd554d..3ecc8493037cd8e215dd5f9e0c7bdbc52d54eac7 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 
 #include "php.h"
-#include "safe_mode.h"
 #include "fopen_wrappers.h"
 #include <string.h>
 #if HAVE_SYS_PARAM_H
index f4f097d66d130a6bd1589fd34f6b73c619a688a7..4f490ddf7477c24a73ce2ef1bc48b0b7051dc47a 100644 (file)
@@ -1,7 +1,6 @@
 --TEST--
 Bug #22414 (passthru() does not read data correctly)
 --INI--
-safe_mode=
 output_handler=
 --FILE--
 <?php