Próbuję zainstalować Facebook PHP SDK z Composer. Właśnie to dostaję
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for facebook/php-sdk dev-master -> satisfiable by facebook/php-sdk[dev-master].
- facebook/php-sdk dev-master requires ext-curl * -> the requested PHP extension curl is missing from your system.
Problem w tym, że mam włączone rozszerzenie curl (niepomocowane w php.ini). Kiedy uruchamiam phpinfo()
, mówi, że jest włączony. Jedyną wskazówką, jaką mam, jest to, że kiedy biegnę$ php -m
, brakuje linii „curl”, ale nie wiem, co z tym zrobić.
Mam wamp 2.4 na Win8 i uruchamiam kompozytora w cmd.exe.