mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removing groving Windows version list from titles and intro
text of manual installation. Adding one new para to the general intro of Windows setup about Windows compatibilty and used words... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59858 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd47d31b1c
commit
cd674ee7a5
1 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.81 $ -->
|
||||
<!-- $Revision: 1.82 $ -->
|
||||
<chapter id="installation">
|
||||
<title>Installation</title>
|
||||
|
||||
|
@ -3022,7 +3022,14 @@ $ /usr/local/sbin/php4-enable
|
|||
</sect1>
|
||||
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows 9x/Me/NT/2000 systems</title>
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
This section applies to Windows 95/98/Me and
|
||||
Windows NT/2000/XP. (On XP it is not tested currently).
|
||||
Do not expect PHP to work on 16 bit platforms such
|
||||
as Windows 3.1. Sometimes we refer to the supported
|
||||
platforms as Win32.
|
||||
</para>
|
||||
<para>
|
||||
There are two main ways to install PHP for Windows: either
|
||||
<link linkend="install.windows.manual">manually</link>
|
||||
|
@ -3083,7 +3090,7 @@ $ /usr/local/sbin/php4-enable
|
|||
<title>General Installation Steps</title>
|
||||
<simpara>
|
||||
This install guide will help you manually install and configure
|
||||
PHP on your Windows 9x/Me/NT/2000 webservers. The original version
|
||||
PHP on your Windows webserver. The original version
|
||||
of this guide was compiled by &link.bob;, and can be found at <ulink
|
||||
url="&url.win32install;">&url.win32install;</ulink>.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue