nlopess         Sun Aug  1 14:47:03 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       migration5.xml 
  Log:
  remove nasty parentheses
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.30&r2=1.31&ty=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.30 
phpdoc/en/appendices/migration5.xml:1.31
--- phpdoc/en/appendices/migration5.xml:1.30    Sat Jul 31 14:30:07 2004
+++ phpdoc/en/appendices/migration5.xml Sun Aug  1 14:47:02 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
  <appendix id="migration5">
   <title>Migrating from PHP 4 to PHP 5</title>
 
@@ -242,8 +242,8 @@
    </para>
    <para>
     If your webserver is running PHP in CGI mode, you should note that the
-    CGI version has changed its name : 
-    (<filename>php.exe</filename> becomes <filename>php-cgi.exe</filename>. 
+    CGI version has changed its name from <filename>php.exe</filename> to
+    <filename>php-cgi.exe</filename>.
     In Apache, you should do something like this:
     <example>
      <title>Migrating Apache configuration files for PHP 5, CGI mode</title>

Reply via email to