File: install-win.xml

package info (click to toggle)
php-doc 20100521-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 59,992 kB
  • ctags: 4,085
  • sloc: xml: 796,833; php: 21,338; cpp: 500; sh: 117; makefile: 58; awk: 28
file content (44 lines) | stat: -rw-r--r-- 1,255 bytes parent folder | download | duplicates (2)
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
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "./docbook/docbook-xml/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;

]>


<!-- 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>