mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7810ff5291
commit
1d56e937da
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue