PHP supplied with the Zend server in the command line on the Mac

I have installed zend server on my mac, I think there are two php installed on my mac (I hate mac, by the way, I would love to go back to Windows 7), I think the script command line (phpcs) I’m running is using the php command in /usr/bin/, and I want to use the one in /usr/local/zend/bin/always. What should I do?
add /usr/local/zend/bin to PATH before /usr/bin.

Or just uninstall PHP in /usr/bin.

I have installed zend server on my mac, and I think there is Two installed php (I hate mac, by the way, I would love to go back to Windows 7), I think the script command line (phpcs) I’m running is using the php command in /usr/bin/, and I want Use the one in /usr/local/zend/bin/always. What should I do?

Add /usr/local/zend/bin to PATH before /usr/bin.

Or just in /usr/bin Uninstall PHP.

Leave a Comment

Your email address will not be published.