Hello guys,
I am a total newbie to this php thing and i found a problem after i installed php and mysql. Let´s see what you think,
The
<?php
phpinfo();
file is not showing the mysql installation when displayed on a browser,
I am using Apache 2.4 and php 5.6.4,
I have already enabled extensions
extension_dir="c:\php\ext"
extension=php_mysql.dll
extension=php_mysqli.dll
I have checked that mysql.dll and mysqli.dll are inside c:\php\ext , although i have also tried moving them to windows32. No luck.
My PHPInidir points to “C:\PHP”,
I have also tried moving php.ini to c:\ and changing phpinidir path. No luck.
I have edited the “path” env. variable to include c:\php and c:php\bin.
Nothing on the php installation manual helped either.
What else could i be missing?
Any help would be greatly appreciated.