PHP version issues with Zend server -
i really new programmer.
i have php 5.3 on mac os x.
i installed zend server 6.1.0 php version 5.4 , exists in /usr/local/zend/bin
when type php says /usr/bin/php
how use 1 in /usr/local/zend/bin ?
you can make sure /usr/local/zend/bin presented prior /usr/bin/ in path environment variable. 
export path="/usr/local/zend/bin:$path" 
Comments
Post a Comment