ID:               22168
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Verified
-Bug Type:         XML related
+Bug Type:         Zend Engine 2 problem
 Operating System: NetBSD 1.6N
 PHP Version:      5CVS-2003-02-11 (dev)
 New Comment:

I get this error with the given script:

/usr/src/web/php/php5/Zend/zend_hash.c(93) : Bailed out without a
bailout address!




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

[2003-02-13 00:00:26] [EMAIL PROTECTED]

<?php

require_once 'XML/Parser.php';

$foo = new XML_Parser;

?>

That's all I do.

That's XML/Parser.php.
http://cvs.php.net/co.php/pear/XML_Parser/Parser.php

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

[2003-02-12 18:30:45] [EMAIL PROTECTED]

Try come up with short and complete example script.

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

[2003-02-12 16:55:23] [EMAIL PROTECTED]

Aw.. hm. That's maybe not the point..
Well, it's a combination of function calls
which causes the errors (i guess).

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

[2003-02-12 16:41:01] [EMAIL PROTECTED]

Tree + XML / XML_Tree is a part of pear.
If I just uncomment this line in XML/Parser.php :
(line 140) xml_set_object($this->parser, $this);
no errors appear later.
The error appers even if I do not use the parse function.

Maybe something's wrong with ZendEngine2 and ext/xml's
function xml_set_object.

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

[2003-02-11 12:40:00] [EMAIL PROTECTED]

Try come up with short and complete example script.


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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/22168

-- 
Edit this bug report at http://bugs.php.net/?id=22168&edit=1

Reply via email to