Currently attempting to install MySQL with PHP 5.3.4, Upon adding the extensions i get two errors when i run httpd.exe in the command prompt:
php.ini file:
[extensions]
extension_dir = c:/gedk5/server/php/ext/
; APC
extension = php_apc.dll
extension = php_gd2.dll
; Oracle
extension = php_oci8.dll
; MySQL
extension = php_mysql.dll
extension = php_mysqli.dll
- The program can't start because php5.dll is missing from your computer. Try reinstalling the program to fix this problem
- PHP Startup: Unable to load dynamic library 'c:/gedk5/server/php/ext/php_mysql.dll" - The specified module could not be found.
The module does exist in that directory and if i comment out the extensions in my php.ini it loads fine, just no mysql access of course.
Any idea?