dams            Mon Jul  2 06:37:20 2001 EDT

  Modified files:              
    /phpdoc/en/chapters install.xml 
  Log:
  Updated links in macosx and added some <literal> tags.
  
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.66 phpdoc/en/chapters/install.xml:1.67
--- phpdoc/en/chapters/install.xml:1.66 Sat Jun 30 23:38:17 2001
+++ phpdoc/en/chapters/install.xml      Mon Jul  2 06:37:19 2001
@@ -481,9 +481,7 @@
  <sect2 id="install.macosx.client">
   <title>Compiling for MacOS X client</title>
   <simpara>
-   Those tips are graciously provided by Marc Liyanage : 
-   <ulink url="&url.macosx2;">April 2001's site</ulink> and 
-   <ulink url="&url.macosx;">future site</ulink>.
+   Those tips are graciously provided by <ulink url="&url.macosx;">Marc 
+Liyanage</ulink>.
   </simpara>
   <simpara>
    The PHP module for the Apache web server included in Mac OS X.
@@ -502,18 +500,18 @@
     </listitem>
     <listitem>
      <simpara>
-      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 
      </simpara>
     </listitem>
     <listitem>
      <simpara>
-      3.       type "gunzip libphp4.so.gz" 
+      3.       Type "gunzip libphp4.so.gz" 
      </simpara>
     </listitem>
     <listitem>
      <simpara>
-      4.       type "sudo apxs -i -a -n php4 libphp4.so" 
+      4.       Type "sudo apxs -i -a -n php4 libphp4.so" 
      </simpara>
     </listitem>
    </itemizedlist>
@@ -524,7 +522,7 @@
    *   #AddType application/x-httpd-php .php 
    *   #AddType application/x-httpd-php-source .phps
    </programlisting>
-   Remove the two hash marks (#), then save the file and quit TextEdit.
+   Remove the two hash marks (<literal>#</literal>), then save the file and quit 
+TextEdit.
   </para>
   <para>
    Finally, type "<literal>sudo apachectl graceful</literal>" to restart the web 
server.
@@ -532,10 +530,10 @@
   <para>
    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() ?>".
+   line: "<literal>&lt;?php phpinfo() ?&gt;</literal>".
   </para>
   <para>
-   Now open up 127.0.0.1/~your_username/test.php in your web browser.
+   Now open up <literal>127.0.0.1/~your_username/test.php</literal> in your web 
+browser.
    You should see a status table with information about the PHP module.
   </para>
  </sect2>


Reply via email to