diff --git a/appendices/migration5.xml b/appendices/migration5.xml index c1678df9ec..665091e26c 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -192,9 +192,9 @@ class b implements c { CLI and CGI In PHP 5 there were some changes in CLI and CGI filenames. In PHP 5, the - CGI version was renamed to php-cgi.exe (previously - php.exe) and the CLI version now sits in the main - directory (previously cli/php.exe). + CGI version was renamed to php-cgi.exe (previously + php.exe) and the CLI version now sits in the main + directory (previously cli/php.exe). In PHP 5 it was also introduced a new mode: @@ -227,7 +227,8 @@ class b implements c { Migrate the Apache configuration is extremely easy. See the example below to check the change you need to do: - + + Migrating Apache configuration files for PHP 5 - + If your webserver is running PHP in CGI mode, you should note that the - CGI version has changed its name from php.exe to php-cgi.exe. - In Apache you should do something like this: - + CGI version has changed its name : + (php.exe becomes php-cgi.exe. + In Apache, you should do something like this: + + Migrating Apache configuration files for PHP 5, CGI mode - + In other webservers you need to change either the CGI or the ISAPI module