Click to See Complete Forum and Search --> : phpinfo()


jinwu
03-27-2008, 04:48 PM
I installed php-5.2.5-win32-installer.msi on c:\php

my phpinfo() shows that the
extension_dir="C:\php\"


But my php.ini shows that
extension_dir="C:\PHP\ext"

The real extension folder is located at
="C:\PHP\ext"

I have add the environment variable path for "C:\PHP\ext"


When I use phoMyAdmin, I got error messge that

"Can not load mysql extension. Please check your PHP configuration"

laserlight
03-27-2008, 11:57 PM
In php.ini, set:
extension_dir = "c:/php/ext"

Remember to save and restart your webserver.