Changeset 261 for eaccelerator/branches/0.9.5/ea_dasm.c
- Timestamp:
- 08/03/06 13:11:09 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/ea_dasm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/ea_dasm.c
r229 r261 556 556 return; 557 557 558 if ( php_check_open_basedir(file TSRMLS_CC)) {558 if (eaccelerator_mm_instance == NULL || php_check_open_basedir(file TSRMLS_CC)) { 559 559 RETURN_NULL(); 560 560 } 561 561 562 562 p = get_cache_entry(file); 563 563 if (p == NULL) {