Changeset 227
- Timestamp:
- 10/07/2006 12:36:13 PM (23 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r224 r227 1071 1071 1072 1072 restore: 1073 if (php_check_open_basedir(stored_xce->name.str.val TSRMLS_CC) != 0) {1074 return NULL;1075 }1076 1077 1073 #ifdef DEBUG 1078 1074 fprintf(stderr, "restoring\n");

