On Mon, 18 Jul 2011, Daniel Convissor wrote:

> Hi Folks:
> 
> We all want to see Magic Quotes go away.  Discussions on this list indicate
> several people are concerned with doing this in a safe and orderly
> manner. [1][2]  To this end, I have posted an RFC at
> https://wiki.php.net/rfc/magicquotes_finale
> 
> Please read it through, think about it, then post your opinions to the
> mailing list.

"Raise E_DEPRECATED when running the CGI or any web server SAPI and a 
php.ini file does not contain “magic_quotes_gpc = Off”."

and

"Raise E_ERROR when running the CGI or any web server SAPI and a php.ini 
file does not contain “magic_quotes_gpc = Off”."

Doesn't that mean that anybody not running a php.ini file will just 
always get this warning/error? I wouldn't want that as a php.ini file 
should be optional.

cheers,
Derick
-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to