Every time I start Apache with php 5.4.16 one error display on manitor
php startup: unable to load dynamic library .../php5.4.16/ext/php_pdo_mssql.dll - the specific module could not be found
but I don't want to use it and there isn't this file in the directory. In php.ini I comment the php_pdo_mssql.dll
;extension=php_pdo_mssql.dll
I am using apache 2.4.4 and window 8
UPDATE solved ;)
WAMP uses different php.ini files in the CLI and for Apache. when you enable php_openssl through the WAMP UI, you enable it for Apache, not for the CLI. You need to modify C:\wamp\bin\php\php-5.x.x\php.ini to enable it for the CLI.