Changeset 320

Show
Ignore:
Timestamp:
12/10/2006 07:12:27 AM (6 years ago)
Author:
moo
Message:

cacher: disable extra openbase dir warnning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r319 r320  
    857857    xc_hash_value_t hv; 
    858858 
    859     stream = php_stream_open_wrapper(xce->name.str.val, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); 
     859    stream = php_stream_open_wrapper(xce->name.str.val, "rb", USE_PATH | REPORT_ERRORS | ENFORCE_SAFE_MODE | STREAM_DISABLE_OPEN_BASEDIR, NULL); 
    860860    if (!stream) { 
    861861        return FAILURE;