php - Composer install error -


i have been testing laravel in local development environment. when try upload sample project testing server, realize need upgrade php 5.2.17 5.3.15 (and install composer). started having problems.

i use http install because composer complaining ssl (even when have extension=php_openssl.dll enabled

i have following behavior:

$ curl -ss http://getcomposer.org/installer | php -d detect_unicode=off -d allow_url_fopen=on #!/usr/bin/env php settings on machine may cause stability issues composer. if encounter issues, try change following:  openssl extension missing, reduce security , stability of composer. if possible should enable or recompile php --with-openssl  downloading...  composer installed to: /xxx/composer.phar use it: php composer.phar  $ php composer.phar ??????????$ 

so, every command try use on composer (help info) return ??? message. what's happening?

thanks answering, can't see same error

finally changed php.ini code (cli version) cover composer's needs, helped me text in every cli command. apache restart , got working. help


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -