ID:               42666
 User updated by:  per dot jessen at enidan dot com
 Reported By:      per dot jessen at enidan dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: Linux
 PHP Version:      5.2.4
 New Comment:

My apache config is nothing particularly fancy, I just do plain
language negotiation. Still, I've updated the reproduce code:

http://jessen.ch/files/php-bug42666-oct2007.tar.gz


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

[2007-10-22 11:05:51] [EMAIL PROTECTED]

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?


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

[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.

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

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

Reply via email to