From 666a77a677f688dc7b80433cc064181da2fb70e1 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Mon, 2 Jul 2001 10:37:19 +0000 Subject: [PATCH] Updated links in macosx and added some tags. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50473 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/chapters/install.xml b/chapters/install.xml index b0cb52b0b5..232ebd5f37 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -481,9 +481,7 @@ $ php4-enable Compiling for MacOS X client - Those tips are graciously provided by Marc Liyanage : - April 2001's site and - future site. + Those tips are graciously provided by Marc Liyanage. The PHP module for the Apache web server included in Mac OS X. @@ -502,18 +500,18 @@ $ php4-enable - 2. type "wget http://www.access.ch/ml/software/macosx/libphp4.so.gz", + 2. Type "wget http://www.diax.ch/users/liyanage/software/macosx/libphp4.so.gz", wait for download to finish - 3. type "gunzip libphp4.so.gz" + 3. Type "gunzip libphp4.so.gz" - 4. type "sudo apxs -i -a -n php4 libphp4.so" + 4. Type "sudo apxs -i -a -n php4 libphp4.so" @@ -524,7 +522,7 @@ $ php4-enable * #AddType application/x-httpd-php .php * #AddType application/x-httpd-php-source .phps - Remove the two hash marks (#), then save the file and quit TextEdit. + Remove the two hash marks (#), then save the file and quit TextEdit. Finally, type "sudo apachectl graceful" to restart the web server. @@ -532,10 +530,10 @@ $ php4-enable 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: "". + line: "<?php phpinfo() ?>". - Now open up 127.0.0.1/~your_username/test.php in your web browser. + 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.