More safe_mode nuking

This commit is contained in:
Ilia Alshanetsky 2006-02-19 18:20:51 +00:00
parent c6ba5765be
commit a605fd39c4
5 changed files with 0 additions and 5 deletions

View file

@ -27,7 +27,6 @@
#include "php.h"
#include "php_globals.h"
#include "safe_mode.h"
#include <stdlib.h>
#include <string.h>

View file

@ -24,7 +24,6 @@
#include "php.h"
#include "php_globals.h"
#include "safe_mode.h"
#include <stdlib.h>
#include <string.h>

View file

@ -23,7 +23,6 @@
#endif
#include "php.h"
#include "safe_mode.h"
#include "fopen_wrappers.h"
#include "php_globals.h"

View 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

View file

@ -1,7 +1,6 @@
--TEST--
Bug #22414 (passthru() does not read data correctly)
--INI--
safe_mode=
output_handler=
--FILE--
<?php