php - Install Composer on MAMP on Windows -



php - Install Composer on MAMP on Windows -

so here issue i'm getting:

i'm trying install composer , i'm using mamp on windows (it exist since origin of january).

and many users of composer on windows, i've got error :

some settings on machine create composer unable work properly. create sure prepare issues listed below , run script again: openssl extension missing, means secure https transfers impossible. if possible should enable or recompile php --with-openssl"

so checked on right php.ini page if unabled , was!

i can't find help since there few users of mamp on windows.

thank help or suggestions

open php.ini located in "\mamp\conf\" folder or re-create php.ini \mamp\bin\php\php[your php version number]\ find "extension=php_openssl.dll" ;extension=php_openssl.dll - remove ";" restart mamp , extension should loaded after that.

php windows installation composer-php mamp

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -