Sergei Dolmatov wrote: > > Don't know. What does the backtrace show? > > #23 0x284376c8 in php_if_mgd_eval (ht=32, return_value=0x4, this_ptr=0xbfbfce10, >return_value_used=3810) at preparser.c:375 > #24 0x28321535 in execute (op_array=0x81e8f8c) at ./zend_execute.c:1504
This looks wrong. 0x4 can't be a legal value for the return_value pointer. I'm looking at the Zend source now, and it appears either the ALLOC_ZVAL or INIT_ZVAL in lines 1502 & 1503 must be doing something wrong. Not that anyone would ever know, because they don't test the return value. You might want to try PHP 4.1.0 to see if this issue has been solved. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
