Call to undefined function: xslt_create()

windows

Guest
I'm using winXP
copied *xml.dll to ..system32
changed accordingly php.ini

What could be the problem with php5?


thanksXSLT section in the manual
Note to Win32 Users: In order to enable this module on a Windows environment, you must copy several files from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). For PHP <= 4.2.0 copy sablot.dll and expat.dll to your SYSTEM32 folder. For PHP >= 4.2.1 copy sablot.dll, expat.dll and iconv.dll to your SYSTEM32 folder.thank you for your reply but in PHP5 I dont see any of this files
copy sablot.dll, expat.dll

So again:

I'm using PHP5 on windowsXP
web server: Appache
In phpinfo() is see support of XSL enabled


Thank you for any help. I'm tired of this.Originally posted by alimadhi
thank you for your reply but in PHP5 I dont see any of this files
copy sablot.dll, expat.dll XSLT section in the manual
Requirements
This extension uses Sablotron and expat, which can both be found at <!-- m --><a class="postlink" href="http://www.gingerall.com/">http://www.gingerall.com/</a><!-- m -->. Binaries are provided as well as source.
 
Back
Top