Hi,
this is my configuration:
win xp + apache 1.3.27 + php 4.3.1
I need to use xslt function into my scripts (xslt_create() ....)
I've copied sablot.dll from c:\php\dlls into c:\windows\system32
as the manual said but executing this simple script
<? $xh = xslt_create(); ?>
I get:
Fatal error: Call to undefined function: xslt_create() .....
Please help me.