The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-16-2004
Danny_10 Danny_10 is offline
Registered User
 

Join Date: Nov 2003
Location: Las Vegas, NV
Posts: 22
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]
Reply With Quote