ID: 42666
Updated by: [EMAIL PROTECTED]
Reported By: per dot jessen at enidan dot com
-Status: Open
+Status: Feedback
Bug Type: Apache2 related
Operating System: Linux
PHP Version: 5.2.4
New Comment:
Cut'n'paste of the code needed:
<?php
virtual("problem-include"); // How?
if (FALSE===($xp=new XSLTProcessor())) die("unable to create xslt
engine");
$xsl=new DOMDocument;
$xsl->load("empty.xsl");
$xp->importStyleSheet($xsl);
?>
I'm not sure how to use the files in that tar ball..I guess you have
some complex multiviews configuration also in there?
Can you please try to cut down all the external stuff to minimum, ie.
without using some fancy Apache configurations?
Does the crash happen if you have some other error? ie. without using
XSL?
Previous Comments:
------------------------------------------------------------------------
[2007-10-01 12:25:27] per dot jessen at enidan dot com
Yes, I already did back on 14 September. The tarball is the same:
http://jessen.ch/files/php-problem-sep2007.tar.gz
------------------------------------------------------------------------
[2007-10-01 12:15:42] [EMAIL PROTECTED]
You need to provide us a short but complete example script which can be
used to reproduce this problem.
------------------------------------------------------------------------
[2007-09-17 11:48:37] [EMAIL PROTECTED]
updated summary.
The xsl code just exposes the problem caused by the virtual call.
------------------------------------------------------------------------
[2007-09-16 16:50:31] per dot jessen at enidan dot com
The reproduce script requires virtual() which isn't available in CLI.
------------------------------------------------------------------------
[2007-09-16 14:51:24] [EMAIL PROTECTED]
Does the crash happen in CLI?
------------------------------------------------------------------------
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/42666
--
Edit this bug report at http://bugs.php.net/?id=42666&edit=1