Ticket #59: ea_dasm.c-open_basedir.patch
| File ea_dasm.c-open_basedir.patch, 440 bytes (added by Stadler, 2 years ago) |
|---|
-
ea_dasm.c
old new 554 554 555 555 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) 556 556 return; 557 557 558 if (php_check_open_basedir(file TSRMLS_CC)) { 559 RETURN_NULL(); 560 } 561 558 562 p = get_cache_entry(file); 559 563 if (p == NULL) { 560 564 RETURN_NULL();