Show
Ignore:
Timestamp:
08/03/06 13:11:09 (2 years ago)
Author:
bart
Message:

ea_info and ea_dasm: if eaccelerator_mm_instance is NULL, just return

null and don't do something.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/ea_dasm.c

    r229 r261  
    556556                return; 
    557557 
    558         if (php_check_open_basedir(file TSRMLS_CC)) { 
     558        if (eaccelerator_mm_instance == NULL || php_check_open_basedir(file TSRMLS_CC)) { 
    559559                RETURN_NULL(); 
    560560        } 
    561      
     561 
    562562    p = get_cache_entry(file); 
    563563    if (p == NULL) {