I already uncommented in php.ini:
[PHP]
;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
;extension=php_oci8_11g.dll
extension=php_openssl.dll
;e
php.ini
in C:\wamp\bin\php\php5.4.16\
(the configuration file of PHP).;
in lines ;extension=php_openssl.dll
and ;extension_dir = "ext"
. PHP will know that you are using a php_openssl extension and extension_dir is the location of extensions (you can see it in the comment above php_openssl).mklink C:\Windows\php.ini C:\wamp\bin\php\php5.4.16\php.ini
Composer search php.ini
in C:\Windows\php.ini
and you have your PHP in WAMP. With mklink
command you create a link php.ini
that aim to your WAMP's php.ini
.