February 4, 2013 | In: Nepotriedené
composer ext-curl not loaded
php curl extension not loading
when u try composer install u get error about not loaded extension/dependensy…
im using zenserver and when u do php -m there is no curl extension loaded
this means on my debian that /etc/php5/cli/php.ini is loaded
quick fix is to change include extension_dir
extension_dir = "/usr/local/zend/lib/php_extensions/"
and ln
ln -s /usr/lib/php5/20090626/curl.so /usr/local/zend/lib/php_extensions/
Comments are closed.