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:

So you should be able to now provide the reproducing script here
instead of the tar package?


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

[2007-10-23 06:19:35] per dot jessen at enidan dot com

Sorry, forgot to mention that - yes, I've removed the XSL calls, and
added a plain syntax error. The segfault still happens.

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

[2007-10-22 19:24:10] [EMAIL PROTECTED]

And does the problem occur without XSL (by causing some other error) ?
(I can't check the tar package right now)

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

[2007-10-22 11:35:37] per dot jessen at enidan dot com

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

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

[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

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

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