ZF 错误 ZF 工具设置

ZF Error ZF tool setup

Zend 1.9.1

所以我得到这个错误

Blockquote ***************************** ZF ERROR ******************************** In order to run the zf command, you need to ensure that Zend Framework is inside your include_path. If you are running this without Zendframework in your include-path, you can alternatively set one of two enviroment variables to for this tool to work

ZEND_TOOL_INCLUDE_PATH="/path/to/ZendFramework\library" or alternatively ZEND_TOOL_INCLUDE_PATH_PREPEND="/path/to/ZendFramework\library"

attempted include_path: c:\php\includes;.

script location: c:\php\bin\zf.php

查看尝试的包含路径,它显示我的包含路径设置为 'c:\php\includes',通过 php.ini

完成

包含文件夹中的 'library/' 文件夹包含 'zend/'

我的 zend bin 文件夹位于 c:php/bin

但我在命令行中尝试使用 zf 时仍然出现此错误?

我看了其他问题没用

我最终使用 Zend Framework 1 最终版本 - 版本 1.12.11 来解决这个令人头疼的问题,它工作得很好,因为它应该有。一定是1.9版本的bug!