mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00

Also fix the very weird indentation (sorry translations) Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
102 lines
3.2 KiB
XML
102 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<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.
|
|
</para>
|
|
|
|
<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="&url.install.windows.stepbystep;">Step by Step Build Instructions</link>.
|
|
</para>
|
|
<para>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
<link linkend="install.windows.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>
|
|
|
|
<sect1 xml:id="install.windows.requirements">
|
|
<title>Install Requirements</title>
|
|
|
|
<para>
|
|
PHP requires at least Windows 2008/Vista.
|
|
Either 32-Bit or 64-bit (<acronym>AKA</acronym> X86 or X64. PHP does not run on Windows RT/WOA/ARM).
|
|
As of PHP 7.2.0 Windows 2008 and Vista are no longer supported.
|
|
</para>
|
|
|
|
<para>
|
|
PHP requires the Visual C runtime (CRT). Many applications require that so it may already be installed.
|
|
</para>
|
|
|
|
<para>
|
|
The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable
|
|
for all these PHP versions, see
|
|
<link xlink:href="https://visualstudio.microsoft.com/downloads/">https://visualstudio.microsoft.com/downloads/</link>.
|
|
</para>
|
|
|
|
<para>
|
|
You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds.
|
|
</para>
|
|
|
|
<para>
|
|
If CRT is already installed, the installer will tell you that and not change anything.
|
|
</para>
|
|
|
|
<para>
|
|
The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it.
|
|
</para>
|
|
</sect1>
|
|
|
|
<sect1 xml:id="install.windows.pecl">
|
|
<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>
|
|
|
|
&install.windows.tools;
|
|
&install.windows.recommended;
|
|
&install.windows.manual;
|
|
&install.windows.building;
|
|
&install.windows.commandline;
|
|
&install.windows.apache2;
|
|
&install.windows.troubleshooting;
|
|
</chapter>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|