From afd05d47dc4e8f1db3af2103d761ae9745acb557 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 2 Feb 2004 15:53:23 +0000 Subject: [PATCH] fix examples role=apache some CS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150315 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration4.xml | 18 +++++++++--------- appendices/migration5.xml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appendices/migration4.xml b/appendices/migration4.xml index 6fa9f29aae..d47918a2cd 100644 --- a/appendices/migration4.xml +++ b/appendices/migration4.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 3 to PHP 4 @@ -63,20 +63,20 @@ $ ./configure \ changes. The MIME types recognized by the PHP module have changed. - + application/x-httpd-php application/x-httpd-php3-source --> application/x-httpd-php-source ]]> - - + + You can make your configuration files work with both versions of PHP (depending on which one is currently compiled into the server), using the following syntax: - + - + In addition, the PHP directive names for Apache have changed. @@ -94,15 +94,15 @@ AddType application/x-httpd-php-source .phps Starting with PHP 4.0, there are only four Apache directives that relate to PHP: - + - - + + There are two differences between the Admin values and the non admin values: diff --git a/appendices/migration5.xml b/appendices/migration5.xml index ef29ac92c5..75bc8ba23d 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -82,7 +82,7 @@ Migrate the Apache configuration is extremely easy. See the example below to check the change you need to do: - + - +