iliaa Sun Feb 19 18:20:51 2006 UTC
Modified files:
/php-src/ext/dbase dbase.c
/php-src/ext/dba/libinifile inifile.c
/php-src/ext/dba/libflatfile flatfile.c
/php-src/ext/filepro filepro.c
/php-src/ext/standard/tests/file bug22414.phpt
Log:
More safe_mode nuking
http://cvs.php.net/viewcvs.cgi/php-src/ext/dbase/dbase.c?r1=1.77&r2=1.78&diff_format=u
Index: php-src/ext/dbase/dbase.c
diff -u php-src/ext/dbase/dbase.c:1.77 php-src/ext/dbase/dbase.c:1.78
--- php-src/ext/dbase/dbase.c:1.77 Sun Feb 19 00:55:19 2006
+++ php-src/ext/dbase/dbase.c Sun Feb 19 18:20:51 2006
@@ -16,14 +16,13 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dbase.c,v 1.77 2006/02/19 00:55:19 andi Exp $ */
+/* $Id: dbase.c,v 1.78 2006/02/19 18:20:51 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
-#include "safe_mode.h"
#include "fopen_wrappers.h"
#include "php_globals.h"
http://cvs.php.net/viewcvs.cgi/php-src/ext/dba/libinifile/inifile.c?r1=1.15&r2=1.16&diff_format=u
Index: php-src/ext/dba/libinifile/inifile.c
diff -u php-src/ext/dba/libinifile/inifile.c:1.15
php-src/ext/dba/libinifile/inifile.c:1.16
--- php-src/ext/dba/libinifile/inifile.c:1.15 Sun Jan 1 13:09:49 2006
+++ php-src/ext/dba/libinifile/inifile.c Sun Feb 19 18:20:51 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: inifile.c,v 1.15 2006/01/01 13:09:49 sniper Exp $ */
+/* $Id: inifile.c,v 1.16 2006/02/19 18:20:51 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -24,7 +24,6 @@
#include "php.h"
#include "php_globals.h"
-#include "safe_mode.h"
#include <stdlib.h>
#include <string.h>
@@ -43,7 +42,7 @@
/* {{{ inifile_version */
char *inifile_version()
{
- return "1.0, $Revision: 1.15 $";
+ return "1.0, $Revision: 1.16 $";
}
/* }}} */
http://cvs.php.net/viewcvs.cgi/php-src/ext/dba/libflatfile/flatfile.c?r1=1.15&r2=1.16&diff_format=u
Index: php-src/ext/dba/libflatfile/flatfile.c
diff -u php-src/ext/dba/libflatfile/flatfile.c:1.15
php-src/ext/dba/libflatfile/flatfile.c:1.16
--- php-src/ext/dba/libflatfile/flatfile.c:1.15 Sun Jan 1 13:09:49 2006
+++ php-src/ext/dba/libflatfile/flatfile.c Sun Feb 19 18:20:51 2006
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: flatfile.c,v 1.15 2006/01/01 13:09:49 sniper Exp $ */
+/* $Id: flatfile.c,v 1.16 2006/02/19 18:20:51 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -27,7 +27,6 @@
#include "php.h"
#include "php_globals.h"
-#include "safe_mode.h"
#include <stdlib.h>
#include <string.h>
@@ -307,7 +306,7 @@
/* {{{ flatfile_version */
char *flatfile_version()
{
- return "1.0, $Revision: 1.15 $";
+ return "1.0, $Revision: 1.16 $";
}
/* }}} */
http://cvs.php.net/viewcvs.cgi/php-src/ext/filepro/filepro.c?r1=1.60&r2=1.61&diff_format=u
Index: php-src/ext/filepro/filepro.c
diff -u php-src/ext/filepro/filepro.c:1.60 php-src/ext/filepro/filepro.c:1.61
--- php-src/ext/filepro/filepro.c:1.60 Sun Feb 19 00:55:19 2006
+++ php-src/ext/filepro/filepro.c Sun Feb 19 18:20:51 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: filepro.c,v 1.60 2006/02/19 00:55:19 andi Exp $ */
+/* $Id: filepro.c,v 1.61 2006/02/19 18:20:51 iliaa Exp $ */
/*
filePro 4.x support developed by Chad Robinson, [EMAIL PROTECTED]
@@ -31,7 +31,6 @@
#endif
#include "php.h"
-#include "safe_mode.h"
#include "fopen_wrappers.h"
#include <string.h>
#if HAVE_SYS_PARAM_H
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/tests/file/bug22414.phpt?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/standard/tests/file/bug22414.phpt
diff -u php-src/ext/standard/tests/file/bug22414.phpt:1.10
php-src/ext/standard/tests/file/bug22414.phpt:1.11
--- php-src/ext/standard/tests/file/bug22414.phpt:1.10 Fri Oct 24 03:31:54 2003
+++ php-src/ext/standard/tests/file/bug22414.phpt Sun Feb 19 18:20:51 2006
@@ -1,7 +1,6 @@
--TEST--
Bug #22414 (passthru() does not read data correctly)
--INI--
-safe_mode=
output_handler=
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php