Re: [PHP-DEV] removed stuff & fatals error in HEAD

2007-03-23 Thread Antony Dovgal
On 03/23/2007 03:48 PM, Alexey Zakhlestin wrote: Isn't it possible to change this phrase to something like "in php's configuration"? How would that help you? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] removed stuff & fatals error in HEAD

2007-03-23 Thread Derick Rethans
On Fri, 23 Mar 2007, Johannes Schlüter wrote: > Hi, > > I'd also like to completely remove get_magic_quotes_gpc() and similar > functions instead of having them resulting in a fatal error. The effect > would be the same - the script terminates - but function_exists() is > much nicer as check than

Re: [PHP-DEV] removed stuff & fatals error in HEAD

2007-03-23 Thread Alexey Zakhlestin
Isn't it possible to change this phrase to something like "in php's configuration"? On 3/23/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/23/2007 03:08 PM, Alexey Zakhlestin wrote: > I believe, that it will be better to make better error-messages regarding > place of options declarations.

Re: [PHP-DEV] removed stuff & fatals error in HEAD

2007-03-23 Thread Johannes Schlüter
Hi, I'd also like to completely remove get_magic_quotes_gpc() and similar functions instead of having them resulting in a fatal error. The effect would be the same - the script terminates - but function_exists() is much nicer as check than version_compare(). Any objections? johannes On Fri, 200

Re: [PHP-DEV] removed stuff & fatals error in HEAD

2007-03-23 Thread Antony Dovgal
On 03/23/2007 03:08 PM, Alexey Zakhlestin wrote: I believe, that it will be better to make better error-messages regarding place of options declarations. Looks like you misunderstood the problem. There is no script, so the error messages refer to "Unknown" file. "safe_mode" and "magic_quotes

Re: [PHP-DEV] removed stuff & fatals error in HEAD

2007-03-23 Thread Alexey Zakhlestin
I believe, that it will be better to make better error-messages regarding place of options declarations. "safe_mode" and "magic_quotes" are things, which some projects rely on heavily, so people should be forced to disable these manually… It's kinda psychological effect: "we told you it won't work