1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1432 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2013-10-22 16:11:41 +00:00
parent 8fa74a64de
commit 03b5fd19c5
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ static int xc_zend_startup(zend_extension *extension) /* {{{ */
ext = (zend_extension *) zend_extensions.head->data;
if (strcmp(ext->name, XCACHE_NAME) != 0) {
zend_error(E_WARNING, "XCache failed to load itself as the before \"%s\". compatibility downgraded", ext->name);
zend_error(E_WARNING, "XCache failed to load itself to before \"%s\". compatibility downgraded", ext->name);
}
old_compile_file = zend_compile_file;