]> granicus.if.org Git - php/commitdiff
Seems like this one skipped the commit (E_ERROR -> E_CORE_ERROR) for zend.ze1_compati...
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 11 Aug 2010 21:18:45 +0000 (21:18 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 11 Aug 2010 21:18:45 +0000 (21:18 +0000)
main/main.c

index be83ea18bb12d865fc8b850bd138b930e26ff884..ab7df7ba511a7ff8fee7667bb5f225c9db9a7f10 100644 (file)
@@ -2083,7 +2083,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
 
                /* This is not too nice, but since its the only one theres no need for extra stuff here */
                if (cfg_get_long("zend.ze1_compatibility_mode", &val) == SUCCESS && val) {
-                       zend_error(E_ERROR, "zend.ze1_compatibility_mode is no longer supported in PHP 5.3 and greater");
+                       zend_error(E_CORE_ERROR, "zend.ze1_compatibility_mode is no longer supported in PHP 5.3 and greater");
                }
        }