php strange error of extensions!

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
php77
Forum Newbie
Posts: 11
Joined: Wed Mar 28, 2007 1:12 pm

php strange error of extensions!

Post by php77 »

it says:
Warning. php startup: Unable to load dynamic library 'c:\php\extension\php_xsl.dll' the specified procedure could not be found.

but at the same directory, I have php_mysql.dll file, and the same as for php_xsl.dll, I uncommented php_mysql.dll (I mean, I did everything for both of these dlls). But things went ok with php_mysql.dll and not for php_xsl.dll. I wanted to work with AJAX, and I need the xsl dll to work. Why php can't find php_xsl.dll and can find php_mysql.dll, eventhough they are at the same path? I edited php.ini, there also could not find a problem, or the reason. help!
thank you!
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Do you have different versions installed in your windows/system_32 folder? I think that is the path. I haven't used windows for almost a year.
Post Reply