我正在尝试使用Composer安装Facebook PHP SDK。这就是我得到的
$ 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.
问题是,我启用了curl扩展(在php.ini中未注释)。当我运行时phpinfo()
,它表示已启用。我唯一的线索是,当我运行时$ php -m
,“ curl”行丢失了,但我不知道该怎么办。
我在Win8上安装了wamp 2.4,并且在cmd.exe中运行了作曲器。