Changeset 227 for trunk/xcache.c

Show
Ignore:
Timestamp:
10/07/2006 12:36:13 PM (2 years ago)
Author:
moo
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r224 r227  
    10711071 
    10721072restore: 
    1073     if (php_check_open_basedir(stored_xce->name.str.val TSRMLS_CC) != 0) { 
    1074         return NULL; 
    1075     } 
    1076  
    10771073#ifdef DEBUG 
    10781074    fprintf(stderr, "restoring\n");