1
0
Fork 0

refactor: typo

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1029 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 0af5f2be26
commit 6c9b719e53

@ -2161,7 +2161,7 @@ static zend_op_array *xc_compile_file(zend_file_handle *h, int type TSRMLS_DC) /
#else
|| strstr(PG(include_path), "://") != NULL
#endif
|| xc_shm || xc_shm->disabled
|| !xc_shm || xc_shm->disabled
) {
TRACE("%s", "cacher not enabled");
return old_compile_file(h, type TSRMLS_CC);

Loading…
Cancel
Save