I can't seem to be able to use XSLT. Every time I uncomment the line in php.ini that says
extension=php_xslt.dll
I get this warning when restarting Apache:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\WebServ\php\ext\php_xslt.dll' - The operating system cannot run %1.
and XSLT doesn't work. The file php_xslt.dll is in both C:\WebServ\php\ext\ and in C:\windows\system32.
My installation is WebServ 1.2.5.1, which includes PHP5, on Windows XP.
Any thoughts?
you might have to add it into the same dir where the php.exe file is, or into the apache\bin folder
copy these 3 files to your Windows\System32 folder
expat.dll iconv.dll sablot.dll
from the webserv\php\dlls folder then restart apache
Log in to post a comment.
I can't seem to be able to use XSLT. Every time I uncomment the line in php.ini that says
extension=php_xslt.dll
I get this warning when restarting Apache:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\WebServ\php\ext\php_xslt.dll' - The operating system cannot run %1.
and XSLT doesn't work. The file php_xslt.dll is in both C:\WebServ\php\ext\ and in C:\windows\system32.
My installation is WebServ 1.2.5.1, which includes PHP5, on Windows XP.
Any thoughts?
you might have to add it into the same dir where the php.exe file is, or into the apache\bin folder
copy these 3 files to your Windows\System32 folder
expat.dll
iconv.dll
sablot.dll
from the webserv\php\dlls folder
then restart apache