File: install-win.xml.in

package info (click to toggle)
php-doc 20140201-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 74,084 kB
  • ctags: 4,040
  • sloc: xml: 998,137; php: 20,812; cpp: 500; sh: 177; makefile: 63; awk: 28
file content (45 lines) | stat: -rw-r--r-- 1,264 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
<?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;

]>


<!-- you should remove the &install.windows.building; entity from the
     en/install/windows/index.xml file to build this file -->


<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.windows
  </para>
 </preface>
  &install.intro;
  &install.windows.index;
  &install.pecl;
  &install.problems;
  &install.ini;
  &faq.installation;
</book>