Page 1 of 1

php strange error of extensions!

Posted: Thu Mar 29, 2007 3:27 pm
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!

Posted: Thu Mar 29, 2007 3:30 pm
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.