From 1d56e937da6df12ece7f61b6ac13b622efbc06e1 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 1 Aug 2004 18:47:02 +0000 Subject: [PATCH] remove nasty parentheses git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164884 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/migration5.xml b/appendices/migration5.xml index 665091e26c..abdaacc541 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -242,8 +242,8 @@ LoadModule php5_module /php/php5apache2.dll If your webserver is running PHP in CGI mode, you should note that the - CGI version has changed its name : - (php.exe becomes php-cgi.exe. + CGI version has changed its name from php.exe to + php-cgi.exe. In Apache, you should do something like this: Migrating Apache configuration files for PHP 5, CGI mode