diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
| commit | f8374320671c6a39b6d2935b5b3e21b5824e4407 (patch) | |
| tree | e8f1280d7479efefe71879ca2d9e78fbe327b405 /lang/php53/files/patch-ext_standard_dir.c | |
| parent | 088b4fa7df37b5bea6880adfa83fcc36d9e7dc6a (diff) | |
Diffstat (limited to 'lang/php53/files/patch-ext_standard_dir.c')
| -rw-r--r-- | lang/php53/files/patch-ext_standard_dir.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/php53/files/patch-ext_standard_dir.c b/lang/php53/files/patch-ext_standard_dir.c deleted file mode 100644 index 58a6bccb9cfe..000000000000 --- a/lang/php53/files/patch-ext_standard_dir.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ext/standard/dir.c.orig Mon Oct 16 07:08:36 2006 -+++ ext/standard/dir.c Mon Oct 16 07:08:40 2006 -@@ -16,7 +16,7 @@ - +----------------------------------------------------------------------+ - */ - --/* $Id: dir.c,v 1.147.2.3 2006/02/26 10:49:50 helly Exp $ */ -+/* $Id: dir.c,v 1.147.2.3.2.1 2006/10/04 23:19:25 iliaa Exp $ */ - - /* {{{ includes/startup/misc */ - -@@ -286,7 +286,7 @@ - RETURN_FALSE; - } - -- if (PG(safe_mode) && !php_checkuid(str, NULL, CHECKUID_CHECK_FILE_AND_DIR)) { -+ if ((PG(safe_mode) && !php_checkuid(str, NULL, CHECKUID_CHECK_FILE_AND_DIR)) || php_check_open_basedir(str TSRMLS_CC)) { - RETURN_FALSE; - } - ret = VCWD_CHDIR(str); |
