remove nasty parentheses

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164884 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-08-01 18:47:02 +00:00
parent 7810ff5291
commit 1d56e937da

View file

@ -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 @@ LoadModule php5_module /php/php5apache2.dll
</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>