Good day everyone!
I am using APCHE 2.0.58, PHP 5.1.14 and MySQL 5.0, I edited the httpd.conf something like this..
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php .html .htm
PHPiniDir "C:/PHP"
And I edited my php.ini by changing the extension directory and uncommenting the Dynamic Extensions. SOmething like this:
extension_dir = "c:/php/ext"
extension=php_mysql.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll
These 3 files are existing in the "C:\PHP\ext" folder but when I start Apache, Warning can be found in the error log. Please help for this. Thank in advance.
Sandie