1
0
Fork 0

refactor: typo

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1029 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2012-07-22 07:43:27 +00:00
parent 0af5f2be26
commit 6c9b719e53
1 changed files with 1 additions and 1 deletions

View File

@ -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);