我已经在我的项目中设置了我的 pear 安装:
php pyrus.phar mypear c:\apache24\htdocs\my-project\vendor
但它会创建以下文件夹结构:
.configsnapshots
docs
downloads
php <---------- Here is where pyrus is installing pear + pear2 packages
tests
.pear2registry
然后,我是否应该将 \my-project\vendor\php 添加到我的 include_path 并只需要这些类?