When I type "php -v", I get this:
Quote:
PHP 4.3.2 (cli) (built: Sep 13 2003 22:04:20)
Copyright (c) 1997-2003 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
|
And then I go back to the BASH prompt (I'm using BASH as my default shell).
When I type "which php", I get the directory which the php Unix application is installed (/usr/bin/php).
And although I did this before I asked the question, I get a manual on the PHP program when I type "man php."
Here's the whole terminal session:
Code:
Last login: Fri Jul 16 21:12:56 on console
Welcome to Darwin!
iMac:~ danny$ php -v
PHP 4.3.2 (cli) (built: Sep 13 2003 22:04:20)
Copyright (c) 1997-2003 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
iMac:~ danny$ which php
/usr/bin/php
iMac:~ danny$ man php
iMac:~ danny$ logout
[Process completed]