mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Updating indentation problems
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339391 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cf579106bf
commit
5dc8b706c8
1 changed files with 61 additions and 50 deletions
|
@ -3,74 +3,85 @@
|
|||
<chapter xml:id="install.windows" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
Installing PHP on modern Microsoft Windows systems and recommended configuration with common web servers.
|
||||
Installing PHP on modern Microsoft Windows systems and recommended configuration with common web servers.
|
||||
</para>
|
||||
<note>
|
||||
<note>
|
||||
<para>
|
||||
If you are looking for information about older systems, such as Windows XP, 2003, 98 or Apache 1.x, see the <link linkend="install.windows.legacy.index">Legacy Info</link> section.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
|
||||
If you are looking for information about older systems, such as Windows XP, 2003, 98 or Apache 1.x, see the <link linkend="install.windows.legacy.index">Legacy Info</link> section.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
The Official releases of PHP on Windows are recommended for production use.
|
||||
However, you are welcome to build PHP from Source. You will need a Visual Studio environment. See <link xlink:href="https://wiki.php.net/internals/windows/stepbystepbuild">Step by Step Build Instructions</link>.
|
||||
</para>
|
||||
<para>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="install.windows.legacy.commandline">Using PHP on Windows Command line</link>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
The Official releases of PHP on Windows are recommended for production use.
|
||||
However, you are welcome to build PHP from Source. You will need a Visual Studio environment. See <link xlink:href="https://wiki.php.net/internals/windows/stepbystepbuild">Step by Step Build Instructions</link>.
|
||||
</para>
|
||||
<para>
|
||||
<link linkend="install.cloud.azure">Installing PHP on Azure App Services</link> (aka Microsoft Azure, Windows Azure, or (Windows) Azure Web Apps).
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="install.windows.legacy.commandline">Using PHP on Windows Command line</link>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="install.cloud.azure">Installing PHP on Azure App Services</link> (aka Microsoft Azure, Windows Azure, or (Windows) Azure Web Apps).
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</para>
|
||||
<sect1>
|
||||
<title>Install Requirements</title>
|
||||
|
||||
<para>
|
||||
PHP 5.5+ require at least Windows 2008/Vista, or 2008r2, 2012, 2012r2, 2016 or 7, 8, 8.1, 10. Either 32-Bit or 64-bit (aka X86 or X64. PHP does not run on Windows RT/WOA/ARM).
|
||||
</para>
|
||||
|
||||
<sect1>
|
||||
<title>Install Requirements</title>
|
||||
<para>
|
||||
PHP requires the Visual C runtime(CRT). Many applications require that so it may already be installed.
|
||||
</para>
|
||||
|
||||
<para>PHP 5.5+ require at least Windows 2008/Vista, or 2008r2, 2012, 2012r2, 2016 or 7, 8, 8.1, 10. Either 32-Bit or 64-bit (aka X86 or X64. PHP does not run on Windows RT/WOA/ARM).</para>
|
||||
<para>
|
||||
PHP 5.5 and 5.6 require VC CRT 11 (Visual Studio 2012). See: <link xlink:href="https://www.microsoft.com/en-us/download/details.aspx?id=30679">https://www.microsoft.com/en-us/download/details.aspx?id=30679</link>
|
||||
</para>
|
||||
|
||||
<para>PHP requires the Visual C runtime(CRT). Many applications require that so it may already be installed.
|
||||
<para>
|
||||
PHP 7.0+ requires VC CRT 14 (Visual Studio 2015). See: <link xlink:href="https://www.microsoft.com/en-us/download/details.aspx?id=48145">https://www.microsoft.com/en-us/download/details.aspx?id=48145</link>
|
||||
</para>
|
||||
|
||||
PHP 5.5 and 5.6 require VC CRT 11 (Visual Studio 2012). See: <link xlink:href="https://www.microsoft.com/en-us/download/details.aspx?id=30679">https://www.microsoft.com/en-us/download/details.aspx?id=30679</link>
|
||||
<para>
|
||||
You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds.
|
||||
</para>
|
||||
|
||||
PHP 7.0+ requires VC CRT 14 (Visual Studio 2015). See: <link xlink:href="https://www.microsoft.com/en-us/download/details.aspx?id=48145">https://www.microsoft.com/en-us/download/details.aspx?id=48145</link>
|
||||
<para>
|
||||
If CRT is already installed, the installer will tell you that and not change anything.
|
||||
</para>
|
||||
|
||||
You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds.
|
||||
<para>
|
||||
The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it.
|
||||
</para>
|
||||
|
||||
If CRT is already installed, the installer will tell you that and not change anything.
|
||||
<para>
|
||||
VC11 CRT DLLs can be copied from your local machine to a remote machine(a `Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: http://www.sitepoint.com/install-php53-windows/
|
||||
</para>
|
||||
|
||||
The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it.
|
||||
<para>
|
||||
VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many more DLLs(most in files with names starting with api-*). If you can find them all and copy them, it will also work (try a tool like Resource Hacker to get a list of all the DLLs to copy).
|
||||
</para>
|
||||
|
||||
VC11 CRT DLLs can be copied from your local machine to a remote machine(a `Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: http://www.sitepoint.com/install-php53-windows/
|
||||
</sect1>
|
||||
|
||||
VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many more DLLs(most in files with names starting with api-*). If you can find them all and copy them, it will also work (try a tool like Resource Hacker to get a list of all the DLLs to copy).
|
||||
<sect1>
|
||||
<title>PECL</title>
|
||||
|
||||
</para>
|
||||
<para>PECL extensions are pre-built for Windows and available from: <link xlink:href="http://windows.php.net/downloads/pecl/releases/">http://windows.php.net/downloads/pecl/releases/</link>
|
||||
</para>
|
||||
|
||||
<para>Some extensions use features specific to some Unix systems and so are not available on Windows. Otherwise, all extensions are available for Windows.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>PECL</title>
|
||||
|
||||
<para>PECL extensions are pre-built for Windows and available from: <link xlink:href="http://windows.php.net/downloads/pecl/releases/">http://windows.php.net/downloads/pecl/releases/</link>
|
||||
</para>
|
||||
|
||||
<para>Some extensions use features specific to some Unix systems and so are not available on Windows. Otherwise, all extensions are available for Windows.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
||||
|
||||
<!-- Critical: ensure all pages in install/windows and that install/windows/legacy/index are referenced here!
|
||||
<!-- Critical: ensure all pages in install/windows and that install/windows/legacy/index are referenced here!
|
||||
otherwise you will get IDREF attribute errors for all links -->
|
||||
&install.windows.tools;
|
||||
&install.windows.recommended;
|
||||
|
@ -97,4 +108,4 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue