if `wget` isn't installed or not in your path use `curl -O` instead.
![]() |
|
||||||||||
|
Compiling for MacOS X ClientThe following instructions will help you install a PHP module for the Apache web server included in MacOS X. This version includes support for the MySQL and PostgreSQL databases. These instructions are graciously provided by Marc Liyanage.
Do this to install:
PHP should now be up and running. You can test it by dropping a file into your Sites folder which is called test.php. Into that file, write this line: <?php phpinfo() ?>. Now open up 127.0.0.1/~your_username/test.php in your web browser. You should see a status table with information about the PHP module. Compiling for MacOS X Client |