Thank you. I removed php folder - everything except php.ini file and replaced with the new downloaded version and it started working. Thank you for your help. "Jim Lucas" <lists@xxxxxxxxx> wrote in message news:4579D0F3.2060005@xxxxxxxxxxxx > Igor Kravchenko wrote: >> Thank you for your reply. >> >> I have only one php.ini. I checked it. >> >> Now, I found in the evenet log viewer that I have lots of messages like: >> >> "Module compiled with module API=20060613, debug=0, thread-safety=1 >> >> PHP compiled with module API=20020429, debug=0, thread-safety=1 >> >> These options need to match" >> >> And >> >> " PHP Warning: Unknown(): Unable to load dynamic library >> 'C:\php\ext\php_mysqli.dll' - The specified procedure could not be found. >> >> in Unknown on line 0." >> >> Any ideas? >> >> The file is there and this is the correct path. >> >> Thank you. >> >> ILK. >> >> >> >> >> >> "Jim Lucas" <lists@xxxxxxxxx> wrote in message >> news:4579C92A.8020907@xxxxxxxxxxxx >> >>> Igor Kravchenko wrote: >>> >>>> Can someone help me with this, please? I cannot load extensions. >>>> >>>> I setup php5 in the c:\php folder. I specified extension_dir = >>>> "C:\php\ext". >>>> >>>> Everything else is setup correctly because php works. for me, I can >>>> load phpinfo file. >>>> >>>> It would not load extensions. >>>> >>>> I am going nuts here. Please anyone, what can it be???? >>>> >>>> Thank you. >>>> >>>> >>> run the phpinfo() command in a script and see where your php.ini file is >>> located. >>> >>> make sure you are editing the correct file. >>> >>> jl >> >> > > The "These options need to match" warning is talking about the version of > php that it was compiled against. They look like timestamps to me. So,I > will assume you are trying to use a different version of php then what the > extension was compiled against. > > Find out what version of PHP you are using and what version of PHP the > extension was compiled for and you might then have your answer. > > jl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php