当您使用 zend 框架启动新项目并使用 composer 安装包时,它建议这样做:
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
"ext-intl": "ext/intl for i18n features",
"pecl-weakref": "Implementation of weak references for Zend\\Stdlib\\CallbackHandler",
"zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
"zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
我可以安装 zendpdf、zendservice-recaptcha 和 doctine/common 包,但不能安装 PECL 包。
我认为 zf2 建议这些软件包有点难过,但让用户独自一人,如何正确配置 composer.json。
我听说作曲家也可以获得 PECL 包,但找不到任何文档。
如何安装它们?