T.Lensselink wrote:

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

Getting rid of the symptoms is easy, solving the problem is not.

include/require are not replacements for virtual().  virtual() creates
an apache sub-request which I need for content-negotiation. 


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to