Browse Source

More safe_mode nuking

migration/RELEASE_1_0_0
Ilia Alshanetsky 20 years ago
parent
commit
a605fd39c4
  1. 1
      ext/dba/libflatfile/flatfile.c
  2. 1
      ext/dba/libinifile/inifile.c
  3. 1
      ext/dbase/dbase.c
  4. 1
      ext/filepro/filepro.c
  5. 1
      ext/standard/tests/file/bug22414.phpt

1
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>

1
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>

1
ext/dbase/dbase.c

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

1
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

1
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

Loading…
Cancel
Save