Quoting Scott MacVicar <sc...@macvicar.net>:

It could be related to the following patch to do with evaluation order
of per directory configuration

http://svn.php.net/viewvc?view=revision&sortby=date&revision=269640

Again it's another security issue that was resolved.

I'm not sure if this is the cause either? The issue is that in the backtrace it appears to crash in the function _zend_is_inconsistent intermittently. If the function was working correctly the code I wrote would just return -1 everytime instead of random crashes?

The other options is to stop the check by checking to see if the SAPI has been initialised before calling the zend_hash_find function - how can I do this?

Or/and do the error_log open_base check after the SAPI has be initialised - again not sure how to do this?

Ideally both should be performed to ensure the error_log path is within the open_base.



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

Reply via email to