Adam Harvey wrote:
On 25 August 2010 23:06, Andrey Hristov <and...@php.net> wrote:
+ Â Â Â Â Â Â Â php_error_docref(NULL TSRMLS_CC, E_ERROR,
"magic_quotes_runtime are not supported by mysqlnd. They were deprecated in PHP 5.3
");
Is E_ERROR the appropriate level here? This could break code between
5.3 point releases. OK, you could argue that code is broken already,
but I think I'd be more comfortable with a warning.
Adam
Users might run with warnings disabled, but if the application doesn't
run at all - due to E_ERROR, then they will definitely be notified and
will take measures. According to Johannes this deficiency of current
mysqlnd can lead to security problems.
Andrey
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php