From a448b6a72b2ed90fa5ac1ada83f983a44f1e231c Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 11 Aug 2010 21:41:30 +0000 Subject: MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/main.c') diff --git a/main/main.c b/main/main.c index 9253092973..a8ba724e94 100644 --- a/main/main.c +++ b/main/main.c @@ -2103,7 +2103,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod const char *directives[13]; /* Remember to change this if the number of directives change */ } directives[2] = { { - E_CORE_WARNING, + E_DEPRECATED, "Directive '%s' is deprecated in PHP 5.3 and greater", { "magic_quotes_gpc", -- cgit v1.2.1