Re: [PHP-DEV] Submitting performance patches

2009-10-31 Thread Arvind Srinivasan
thanks pierre. i'll do that. arvi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] - Check configured error level before reporting E_NOTICE messages

2009-10-31 Thread Arvind Srinivasan
This is a bad idea, because the error handler does other things as well. If the error reporting level indicates that the user is not interested in E_FOO, why would there be an expectation that zend_error be invoked for E_FOO messages? Arvi -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] [PATCH] - Check configured error level before reporting E_NOTICE messages

2009-10-31 Thread Alexey Zakhlestin
On 31.10.2009, at 12:48, Arvind Srinivasan wrote: This is a bad idea, because the error handler does other things as well. If the error reporting level indicates that the user is not interested in E_FOO, why would there be an expectation that zend_error be invoked for E_FOO messages?

[PHP-DEV] Is an extension dev. on 5.x usable on 5.x

2009-10-31 Thread Mark Skilbeck
That is, is an extension compiled on PHP5.1 usable for PHP5.2? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php