mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
link directly to the download page.
Note about win-Installer and extensions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105320 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6eb663f7f1
commit
1e3c788b86
1 changed files with 17 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -29,13 +29,20 @@
|
|||
<title>Windows InstallShield</title>
|
||||
|
||||
<para>
|
||||
The Windows PHP installer available from the downloads page at
|
||||
<ulink url="&url.php;">&url.php;</ulink>, this installs the CGI version
|
||||
of PHP and, for IIS, PWS, and Xitami, configures the web server as
|
||||
well. Also note, that while the InstallShield installer is an
|
||||
easy way to make PHP work, it is restricted in many aspects, as
|
||||
automatic setup of extensions for example is not supported.
|
||||
The Windows PHP installer available from the downloads page at
|
||||
<ulink url="&url.php.downloads;">&url.php.downloads;</ulink>, this
|
||||
installs the <emphasis>CGI version</emphasis>of <literal>PHP</literal>
|
||||
and, for IIS, PWS, and Xitami, configures the web server as well.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Also note, that while the InstallShield installer is an easy way to make
|
||||
<literal>PHP</literal> work, it is restricted in many aspects, as
|
||||
automatic setup of extensions for example is not supported. The whole
|
||||
set of supported extensions is only available by downloading the zip
|
||||
binary distribution.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<simpara>
|
||||
Install your selected <acronym>HTTP</acronym> server on your system
|
||||
|
@ -82,9 +89,9 @@
|
|||
This install guide will help you manually install and configure
|
||||
PHP on your Windows webserver. You need to download the
|
||||
zip binary distribution from the downloads page at
|
||||
<ulink url="&url.php;">&url.php;</ulink>. The original version
|
||||
of this guide was compiled by &link.bob;, and can be found at <ulink
|
||||
url="&url.win32install;">&url.win32install;</ulink>.
|
||||
<ulink url="&url.php.downloads;">&url.php.downloads;</ulink>. The
|
||||
original version of this guide was compiled by &link.bob;, and can be
|
||||
found at <ulink url="&url.win32install;">&url.win32install;</ulink>.
|
||||
</simpara>
|
||||
<para>
|
||||
This guide provides manual installation support for:
|
||||
|
|
Loading…
Reference in a new issue