Page 1 of 1
DLL problem when running PHP page
Posted: Tue Feb 10, 2004 1:11 am
by sowmya_ganesh
Hai all
i wanted to work with XSLT so i need to use xslt_create function so i removed ";" for php_xslt.dll in my php.ini file and run my page in a borwser
but am getting DLL loder error all the path settings and file location are correct but am still getting error pls tell me why
urgent
bye
Posted: Tue Feb 10, 2004 1:50 am
by mahara
Have you checked the extension_dir = "./" in path and directories section of your php.ini? Make sure it locates to path where your put your php_*.dll files. Or for convenience, you can simply copy any php_*.dll you need to %WINDIR%\System for WIN95/98/ME or %WINDIR%\System32 for WIN2000/XP, assuming %WINDIR% is your windows directory.
Hope helps.
I tryed
Posted: Tue Feb 10, 2004 3:12 am
by sowmya_ganesh
Hai
yes i dont both still its showign unable to load dll
i even downloaded new version and checked same result i used C:\php\e...
but still not working
2 message box of error
Posted: Tue Feb 10, 2004 3:45 am
by mahara
Can you include here what the exact error message is?
Posted: Tue Feb 10, 2004 10:07 am
by liljester
Posted: Tue Feb 10, 2004 12:38 pm
by ol4pr0
which dll isnt able to load up?
Posted: Wed Feb 11, 2004 3:57 am
by twigletmac
What exactly (copy and paste) is the error message?
What exactly do you have in your php.ini as the extension_dir?
Where exactly is the dll stored?
Mac