Derick Rethans wrote:
"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
That's also a big concern for me. PHP should not fail if one configuration line
is missing from the file.


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

Reply via email to