> This's a special case and it's really great you noticed it in RC..
> We need a workaround for this special case, as if we make all INI
> directives set
> using php_admin_value non-changeable, we break the @ thing.
> So we either need to change the @ not to use zend_alter_ini_entry, or make
> an
> exception in that function, which I believe would be a hack.

Thats correct. An idea would be to make the @ operator only change
EG(error_reporting) without changing the whole ini-entry by alter_ini_entry
(which is a big slowdown...).

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

Reply via email to