typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1432 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.1
parent
8fa74a64de
commit
03b5fd19c5
2
xcache.c
2
xcache.c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue