On Fri, 14 Sep 2007 08:10:56 -0500, "Jay Blanchard" <jblanchard@xxxxxxxxxx> wrote: > [snip] > You are right. It segfaults only if the virtual() call comes before > creating the XSLTProcessor instance. > [/snip] > > I cannot replicate the problem on Linux. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php In one of the other messages i stated the script works fine on linux. But PHP on windows seems to have a problem with virtual(). Even without creating an instance of the XSLProcessor class. But dropping virtual() for include() or require() solves the problem. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php