removed one item list cause it' looked silly.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67277 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Cox 2002-01-08 09:51:41 +00:00
parent f868097bdb
commit 1369044faf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.107 $ -->
<!-- $Revision: 1.108 $ -->
<chapter id="installation">
<title>Installation</title>
@ -3671,28 +3671,22 @@ stop and start:
</simpara>
</note>
<para>
<simpara>
There are 2 ways you can use the source code highlighting feature,
however their ability to work depends on your installation.
If you have configured Apache to use PHP as an isapi module, then by
adding the following line to your configuration file you can use
this feature:
<itemizedlist>
<listitem>
<simpara>
<literal>
AddType application/x-httpd-php-source .phps
</literal>
</simpara>
</listitem>
</itemizedlist>
this feature: <literal>AddType application/x-httpd-php-source .phps
</literal>
</simpara>
<simpara>
If you chose to configure Apache to use PHP as a CGI binary, you
will need to use the <function>show_source</function> function. To
do this simply create a PHP script file and add this code:
<literal>&lt;?php show_source ("original_php_script.php"); ?></literal>.
Substitute <literal>original_php_script.php</literal> with
the name of the file you wish to show the source of.
</para>
</simpara>
<note>
<simpara>