File: manual.xml

package info (click to toggle)
php-doc 20241205~git.dfcbb86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 70,956 kB
  • sloc: xml: 968,269; php: 23,883; javascript: 671; sh: 177; makefile: 37
file content (100 lines) | stat: -rw-r--r-- 3,439 bytes parent folder | download
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<sect1 xml:id="install.windows.manual" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Manual installation of pre-built binaries</title>

 <simplesect xml:id="install.windows.requirements" annotations="chunk:false">
  <title>Installation requirements</title>
  <simpara>
   PHP is only available for 32-bit x86 or 64-bit x64 systems, and does
   not currently run on Windows RT or Windows on ARM.
   As of version 8.3.0, PHP requires Windows 8 or Windows Server 2012.
   Versions after 7.2.0 required Windows 2008 R2 or Windows 7.
   Versions before 7.2.0 supported Windows 2008 and Vista.
  </simpara>

  <simpara>
   PHP requires the Visual C runtime (CRT). Many other applications also
   require it, so it is likely to already be installed, but if it is
   not the Microsoft Visual C++ Redistributable for Visual Studio 2022
   is suitable for use with all PHP versions and can be
   <link xlink:href="&url.microsoft.visualc.redistr;">downloaded from Microsoft</link>.
  </simpara>

  <simpara>
   The x86 CRT must be downloaded for use with PHP x86 builds and the
   x64 CRT for PHP x64 builds.
   If CRT is already installed, the installer will display a message
   that it was already installed and not make any changes.
   The CRT installer supports the <option>/quiet</option> and
   <option>/norestart</option> command-line switches, so the installation
   can be scripted.
  </simpara>
 </simplesect>

 <simplesect>
  <title>Where to download PHP binaries</title>
  <simpara>
   Windows builds can be downloaded from <link xlink:href="&url.php.win.downloads;">the
   PHP Windows website</link>.
   All builds are optimized (<abbrev>PGO</abbrev>), and QA and GA releases
   are thoroughly tested.
  </simpara>
 </simplesect>

 <simplesect xml:id="install.windows.pecl" annotations="chunk:false">
  <title>Pre-built PECL Extensions</title>
  <para>
   PECL extensions that are pre-built for Windows are available from
   <link xlink:href="&url.pecl.windows.releases;">the PECL downloads
   section of the PHP Windows website</link>.
  </para>
  <para>
   Binaries are not available for extensions that use features specific
   to other systems, like Unix, or depend on libraries that are not
   available on Windows.
  </para>
 </simplesect>


 <simplesect>
  <title>Build types</title>
  <para>
   There are four types of PHP builds:
   <itemizedlist spacing="compact">
    <listitem>
     <para>Thread-Safe (TS) - for single process web servers, like Apache with mod_php</para>
    </listitem>
    <listitem>
     <para>Non-Thread-Safe (NTS) - for IIS and other FastCGI web servers (Apache with mod_fastcgi) and recommended for command-line scripts</para>
    </listitem>
    <listitem>
     <para>x86 - for 32-bit systems.</para>
    </listitem>
    <listitem>
     <para>x64 - for 64-bit systems.</para>
    </listitem>
   </itemizedlist>
  </para>
 </simplesect>
</sect1>
<!-- 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
-->