File: install-unix.xml

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (41 lines) | stat: -rwxr-xr-x 1,147 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
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "./dtds/dbxml-4.1.2/docbookx.dtd" [

<!ENTITY % language-defs     SYSTEM "./en/language-defs.ent">
<!ENTITY % language-snippets SYSTEM "./en/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 id="install" lang="en">
 <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>