From 081b673e4fc3fa9f83e5afc86a97f71a7772e602 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Sat, 31 Jul 2004 18:30:07 +0000 Subject: [PATCH] fixing filename tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164837 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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