ID:               32266
 Updated by:       php-bugs@lists.php.net
 Reported By:      ew at telecom dot by
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         XML related
 Operating System: windows
 PHP Version:      Irrelevant
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2005-03-10 18:20:57] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

There is no "Irrelevant" version. Please try it with latest snapshots
and update version field with correct values.
And provide more info about the problem.
Just claiming that something is wrong doesn't help much as we are not
able to reproduce and to distingiush the problem. 


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

[2005-03-10 17:49:00] ew at telecom dot by

Description:
------------
Apache CRASHES (PHP is used as Apache module) when trying to parse
simple XML document (few xml tags, generally, it does not depends on
XML document size or/and structure) using xml_parser_create() /
xml_parse() functions.

This bug is not stable - on some machines it happens, on others - not.
Main condition for bug to happen is to use handlers
xml_set_element_handler().

Sometimes it's possible to avoid the bug by placing some operators or
lines of code like: $a = 'gfdhfghdfgh';
in start_element_handler.


I was trying to play PHP settings, to disconnect different extensions
and/or Zend Optimizer and so on. This gave no effect.

Both PHP 4.3.x and 5.0.0.x are bug-liable.

Reproduce code:
---------------
It's impossible to make reproduction code because of bug appearance
instability.



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


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

Reply via email to