1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 297028 $ -->
<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>
This section applies to Windows 98/Me and Windows NT/2000/XP/2003. PHP
will not work on 16 bit platforms such as Windows 3.1 and sometimes
we refer to the supported Windows platforms as Win32. Windows 95
is no longer supported as of PHP 4.3.0.
</para>
<note>
<para>
Windows 98/ME/NT4 is no longer supported as of PHP 5.3.0.
</para>
</note>
<note>
<para>
Windows 95 is no longer supported as of PHP 4.3.0.
</para>
</note>
<para>
There are two main ways to install PHP for Windows: either
<link linkend="install.windows.manual">manually</link>
or by using the <link linkend="install.windows.installer">installer</link>.
</para>
<para>
If you have Microsoft Visual Studio, you can also
<link linkend="install.windows.building">build</link>
PHP from the original source code.
</para>
<para>
Once you have PHP installed on your Windows system, you may also
want to <link linkend="install.windows.extensions">load various extensions</link>
for added functionality.
</para>
<warning>
<para>
There are several all-in-one installers over the Internet, but none of
those are endorsed by PHP.net, as we believe that using one of
the official windows packages from
<link xlink:href="&url.php.downloads;">&url.php.downloads;</link>
is the best choice to have your system secure and optimized.
</para>
</warning>
&install.windows.installer;
&install.windows.installermsi;
&install.windows.manual;
&install.windows.activescript;
&install.windows.iis;
&install.windows.iis6;
&install.windows.iis7;
&install.windows.apache1;
&install.windows.apache2;
&install.windows.sun;
&install.windows.omnihttpd;
&install.windows.sambar;
&install.windows.xitami;
&install.windows.building;
&install.windows.extensions;
&install.windows.commandline;
</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
-->
|