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
|
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
"./docbook/docbook-xml/docbook.dtd" [
<!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.0" 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>
|