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
Post a Comment