Today I download new version of php (php 5.0.2), and I configured php to work with apache 1.3.1
But problem is in mysql support in php5, php5 don't have directly support for mysql like before.
So I try to include mysql extension php_mysql.dll, but I got this Warning:
"PHP Startup: Unable to load dynamic library 'F:/Programi/php/ext/php_mysql.dll' - The specified module could notbe found".
That extension file php_mysql.dll is there on described path, i try to run some other extensions and it works (php_gd2.dll).
Please can somebode help me, becouse I need mysql support in php