Php

在 CentOS 上設置 Zend Framework - 不確定 Zend 文件夾的放置位置

  • June 7, 2012

我有一個 CentOS 伺服器,正在嘗試在其上設置 Zend Framework。php輸出的命令

/usr/bin/php

和 php -i | grep include_path 輸出

include_path => .:/usr/share/pear:/usr/share/php=> .:/usr/share/pear:/usr/share/php

因此,我將 Zend 文件夾從 Framework donwload 複製到 /usr/share/pear 和 /usr/share/php,並將 zf.sh 和 zf.php 複製到 /usr/bin/php。

當我執行 zf show version 時,我收到

bash: zf: command not found

誰能建議採取進一步措施以確保安裝 ZF?

謝謝!

我使用了remi 儲存庫並做了一個yum update;yum install *Zend*. Zend 應該正確安裝,並且在新的 ZF 版本上,您可以yum update在 remi 將其推送到他們的儲存庫時執行此操作(它們相對較快)。

引用自:https://serverfault.com/questions/306500