PHP CLI version issue

Posted by seengee on Stack Overflow See other posts from Stack Overflow or by seengee
Published on 2010-05-02T16:03:58Z Indexed on 2010/05/02 16:07 UTC
Read the original article Hit count: 516

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework