p>
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.