mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-04-27 10:45:54 +02:00
8606117ead
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166431 c90b9560-bf6c-de11-be94-00142212c4b1
69 lines
2.1 KiB
XML
69 lines
2.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.13 $ -->
|
|
<chapter id="install.windows">
|
|
<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>
|
|
<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 the manual installation
|
|
is the best choice to have your system secure and optimised.
|
|
</para>
|
|
</warning>
|
|
|
|
&install.windows.installer;
|
|
&install.windows.manual;
|
|
&install.windows.activescript;
|
|
&install.windows.iis;
|
|
&install.windows.apache1;
|
|
&install.windows.apache2;
|
|
&install.windows.sun;
|
|
&install.windows.omnihttpd;
|
|
&install.windows.sambar;
|
|
&install.windows.xitami;
|
|
&install.windows.building;
|
|
&install.windows.extensions;
|
|
|
|
</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:"../../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
|
|
-->
|