forked from php/doc-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-unix.xml.in
40 lines (33 loc) · 1.15 KB
/
install-unix.xml.in
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
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE PHPDOC [
<!ENTITY % language-defs SYSTEM "../@LANGDIR@/language-defs.ent">
<!ENTITY % language-snippets SYSTEM "../@LANGDIR@/language-snippets.ent">
%language-defs;
%language-snippets;
<!-- All global entities for the XML files -->
<!ENTITY % global.entities SYSTEM "./entities/global.ent">
<!-- These are language independent -->
<!ENTITY % build.version SYSTEM "./entities/version.ent">
<!ENTITY % global.file-entities SYSTEM "./entities/file-entities.ent">
%global.entities;
%global.file-entities;
%build.version;
]>
<book xmlns="http://docbook.org/ns/docbook" version="5.2" xml:id="install" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Installing PHP</title>
<preface>
<title>Preface</title>
<para>
These installation instructions were generated from the HTML version of
the PHP Manual so formatting and linking have been altered. See the
online and updated version at: http://php.net/install.unix
</para>
</preface>
&install.intro;
&install.unix.index;
&install.macos.index;
&install.pecl;
&install.problems;
&install.ini;
&faq.installation;
</book>