ID: 10448
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Duplicate
Bug Type: Reproduceable crash
Description: PHP core dumps after array_init

I believe the root cause of this is a dupe of 2220.
I used a DL module with debugging turned on.

Previous Comments:
---------------------------------------------------------------------------

[2001-04-22 23:46:33] [EMAIL PROTECTED]
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?

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=10448


-- 
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]

Reply via email to