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: - + - +