How do I install PHP on my computer?

On 10..4.2 you'll get the following:
Code:
[18:42:18@~]$ /usr/bin/php -v
PHP 4.3.11 (cli) (built: May 31 2005 23:41:02)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
[18:42:25@~]$ /usr/bin/php -m
[PHP Modules]
ctype
curl
dbx
exif
ftp
ldap
mbstring
mysql
odbc
overload
pcre
posix
session
sockets
standard
tokenizer
xml
zlib

[Zend Modules]
As usual Apple is a little behind as the recent releases are 4.4.1 and 5.0.5 with 5.0.6 expected shortly ; and 5.1.x in beta
 
Back
Top