From 1369044faff1d9d01234362e7400a7676f70243f Mon Sep 17 00:00:00 2001 From: James Cox Date: Tue, 8 Jan 2002 09:51:41 +0000 Subject: [PATCH] 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 --- chapters/install.xml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/chapters/install.xml b/chapters/install.xml index a134b6bbb8..1b70349aef 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -1,5 +1,5 @@ - + Installation @@ -3671,28 +3671,22 @@ stop and start: - + 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: - - - - - AddType application/x-httpd-php-source .phps - - - - + this feature: AddType application/x-httpd-php-source .phps + + + If you chose to configure Apache to use PHP as a CGI binary, you will need to use the show_source function. To do this simply create a PHP script file and add this code: <?php show_source ("original_php_script.php"); ?>. Substitute original_php_script.php with the name of the file you wish to show the source of. - +