Composer Warning: openssl extension is missing. How to enable in WAMP



PHP Snippet 1:

wamp\bin\php\php5.4.12\php.ini
wamp\bin\apache\Apache2.4.4\bin\php.ini

PHP Snippet 2:

;extension=php_openssl.dll

PHP Snippet 3:

extension=php_openssl.dll

PHP Snippet 4:

edit ->
**C:\wamp\bin\php\php5.4.12\php.ini**
;;uncomment below line or remove the semicolons ';'
extension=php_openssl.dll

**C:\wamp\bin\apache\Apache2.4.4\bin\php.ini**

extension=php_openssl.dll

PHP Snippet 5:

extension_dir = "C:/myStack/php/ext"

PHP Snippet 6:

extension_dir = "../../php/ext"