1
0
Fork 0

cacher: remove redundant open_basedir check, it's done before compiling, pass php-src/ext/standard/tests/file/bug24313.phpt

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@227 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.2
Xuefer 17 years ago
parent d1ecd8fba1
commit e12208aca6

@ -1070,10 +1070,6 @@ err_bailout:
return op_array;
restore:
if (php_check_open_basedir(stored_xce->name.str.val TSRMLS_CC) != 0) {
return NULL;
}
#ifdef DEBUG
fprintf(stderr, "restoring\n");
#endif

Loading…
Cancel
Save