PHP CLI版本问题
我正在尝试在我的媒体寺庙网格服务器帐户上使用 Zend Tool。问题是安装的 PHP CLI 版本是 4.4.8,而 Zend Framework 需要 PHP5。根据帐户,可以选择 PHP 4 或 5,但 CLI 则不然。可以通过使用扩展名 .php5 来全局选择使用 PHP5,但是对于由 shell 脚本 zf.sh 调用的 Zend Tool,我不确定我有什么选项。 PHP5 位于 /usr/bin/php5 的服务器上,MT 的某人建议创建一个别名,例如 php=/usr/bin/php5 但我不确定这是否有效。有什么想法吗?
I am trying to use Zend Tool on my media temple Grid Server account. The problem is that the installed CLI version of PHP is 4.4.8 and Zend Framework needs PHP5. On an account basis its possible to choose PHP 4 or 5 but not so for CLI. Its possible to globally select to use PHP5 by using the extension .php5 but in the case of Zend Tool which is called by a shell script zf.sh i'm not sure what options i have. PHP5 is on the server at /usr/bin/php5 and someone at MT has suggested creating an alias so php=/usr/bin/php5 but i'm not sure that will work. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 zf.sh 中将 PHP_BIN 行更新为:
In zf.sh update the PHP_BIN line to: