Changeset 320
- Timestamp:
- 12/10/2006 07:12:27 AM (6 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r319 r320 857 857 xc_hash_value_t hv; 858 858 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); 860 860 if (!stream) { 861 861 return FAILURE;

