ID:          47857
 Updated by:  paj...@php.net
 Reported By: david at grudl dot com
-Status:      Open
+Status:      Bogus
 Bug Type:    Feature/Change Request
 PHP Version: 5.3CVS-2009-04-01 (CVS)
 New Comment:

It is done at the function declaration level (if I can say so :).


Previous Comments:
------------------------------------------------------------------------

[2009-04-01 06:19:01] david at grudl dot com

Description:
------------
In PHP 5.3 this code throws E_DEPRECATED warning:

   set_magic_quotes_runtime(FALSE);

I think if is directive magic_quotes_runtime (finally!) marked as
deprecated, a code used to disable it should not throws warning.
E_DEPRECATED should throws only this code:

   set_magic_quotes_runtime(TRUE);

Or is there any way to disable magic_quotes_runtime without any
warning?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=47857&edit=1

Reply via email to