From: [EMAIL PROTECTED] Operating system: Linux and Solaris PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: PHP core dumps after array_init I've found that any PHP function can cause a core dump (Seg Fault) if it performs an array_init (return_value) function, and then subsequently returns with RETURN_FALSE or RETURN_TRUE without adding any values to the array. Perhaps occurs under other conditions also. This can easily occur in code if after the array_init call the program encounters a to which it wants to return ERROR for. Have I violated any Zend don't-do's by this? -- Edit Bug report at: http://bugs.php.net/?id=10448&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]