©
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
此 » PECL 扩展未与 PHP 捆绑。
安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » http://pecl.php.net/package/yar.
PECL 扩展的 DLL 当前不可用。参见 在 Windows 上构建章节。
[#1] liubinn_208391 at qq dot com [2013-12-08 05:35:41]
Yar Concurrent Client doesn't work on Mac OS. It is because the cURL shipped with Mac has some difference.
you can resolve that by install a new cURL, like (brew install curl).
then use :
"export DYLD_LIBRARY_PATH=/path-to-new-curl/lib:$DYLD_LIBRARY_PATH"
make the PHP use the new cURL.
of course you can also re-compile your PHP with --with-curl=/path-to-new-curl/