mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
More safe_mode nuking
This commit is contained in:
parent
c6ba5765be
commit
a605fd39c4
5 changed files with 0 additions and 5 deletions
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "php.h"
|
||||
#include "php_globals.h"
|
||||
#include "safe_mode.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "php.h"
|
||||
#include "php_globals.h"
|
||||
#include "safe_mode.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#endif
|
||||
|
||||
#include "php.h"
|
||||
#include "safe_mode.h"
|
||||
#include "fopen_wrappers.h"
|
||||
#include "php_globals.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#endif
|
||||
|
||||
#include "php.h"
|
||||
#include "safe_mode.h"
|
||||
#include "fopen_wrappers.h"
|
||||
#include <string.h>
|
||||
#if HAVE_SYS_PARAM_H
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
--TEST--
|
||||
Bug #22414 (passthru() does not read data correctly)
|
||||
--INI--
|
||||
safe_mode=
|
||||
output_handler=
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue