When I load a .php page (after enabeling display_startup_errors) I get popup messages that says :
PHP Startup : Unable to load dynamic library 'C:\php\ext[COLOR="Red"]XXXXX' - The specified module caould not be found.[/COLOR]
Where XXXXX is replaced with the following files :
php_exif.dll
php_oci8.dll
php_pdo_oci.dll
php_pdo_oci8.dll
php_pspell.dll
php_sybase_ct.dll
php_ibm_db2.dll
php_ifx.dll
php_imagick.dll
php_ingres.dll
php_maxdb.dll
php_netools.dll
php_oracle.dll
php_pdo_ibm.dll
php_svn.dll
php_yaz.dll
when this set of errors finishes' I get the message :
"The remote procedure call failed."
in php.ini I enabled only php_mysql.dll.
all the files are in the above folder.
anyone has any idea?