I am having apache 2.2.14, php 5.3.1 and mysql 5.1.43 installed on vista. I am trying since 2 days to configure php to have mysql enable on phpinfo().
You have to edit php.ini and add/uncomment a line to import the php_mysql.dll
extention. Search for ;extention=php_mysql.dll
and remove the ;
. If you find this line without the ;
in front of it, you have another problem. If you don't find this line, add it without the ;
.
You can also try to put a \
after the extention path: extension_dir="c:\php\ext\"