I just installed PHP 4.0.3pl1 cgi module on my Win2k machine running Apache. I can't seem to get the newly added Sablot functions to work. I tried the example on php.net (http://www.php.net/manual/function.xslt-process.php) but it failed and gave me an error number 2. Any suggestions on how to make this work?
Thanks,
Justin
You need to edit the php.ini file to add the module. You should have two lines like this in your php.ini file:
extension_dir=c:\php\extensions\ extension=php_sablot.dll
change the directory above to your php install's extension dir.
G'luck, Jack