unable to find the socket transport ssl did you forget to enable it when you configured php
i recently found issues when installing composer.
Composer is required to install laravel (php framework).
unable to find the socket transport ssl did you forget to enable it when you configured php/
the issues above spawn when i'm trying to install composer with wampp at localhost. using apache version 2.2.2. To fix the problem we need to change php.ini configuration. usually found at wamp folder installation.
Mine is at C:\wamp\bin\php\php5.3.13\
find php.ini. open with text editor, find this line
;extension=php_openssl.dll
delete that semicolon into
extension=php_openssl.dll
save, retry installation. done. cheers :)
No comments:
Post a Comment