I am running PHP Version 4.0.7-dev on a Windows 2000 machine. Whenever I try to run the following:
$processor = xslt_create();
I get "Call to undefined function xslt_create() on line..."
According to the official documentation, xslt_create() has been available since 4.0.3.
What's up?
Thanks.
Deane