DLL problem when running PHP page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sowmya_ganesh
Forum Newbie
Posts: 8
Joined: Tue Nov 18, 2003 11:51 pm
Location: India

DLL problem when running PHP page

Post 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
mahara
Forum Commoner
Posts: 37
Joined: Wed Nov 13, 2002 1:08 am
Location: Bandung, Jawa Barat, Indonesia

Post 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.
User avatar
sowmya_ganesh
Forum Newbie
Posts: 8
Joined: Tue Nov 18, 2003 11:51 pm
Location: India

I tryed

Post 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
mahara
Forum Commoner
Posts: 37
Joined: Wed Nov 13, 2002 1:08 am
Location: Bandung, Jawa Barat, Indonesia

Post by mahara »

Can you include here what the exact error message is?
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

Post by liljester »

check this out:
http://us2.php.net/xslt
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

which dll isnt able to load up?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply