Hello all.

I propose to change the error in HEAD that appears when enabling magic_quotes and safe_mode from E_ERROR to E_WARNING. It's not something that leaves the engine in unstable state, so I believe E_ERROR is misused in this case.

It's also impossible to know even where exactly these INI options were declared if they appeared in php.ini:

  # php -i
  PHP Fatal error:  Directive 'safe_mode' is no longer supported in PHP 6 and
  greater in Unknown on line 0


I'll commit the patch in the evening if there are no (well-grounded) objections.

--
Wbr,
Antony Dovgal

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

Reply via email to