goba Sun Aug 19 07:55:42 2001 EDT
Modified files:
/phpdoc/en bookinfo.xml language-defs.ent language-snippets.ent
preface.xml
Log:
Addding XML Text Declaration, and Revision tags to files,
only WS fix in language-defs.ent!
Index: phpdoc/en/bookinfo.xml
diff -u phpdoc/en/bookinfo.xml:1.15 phpdoc/en/bookinfo.xml:1.16
--- phpdoc/en/bookinfo.xml:1.15 Thu Aug 16 14:47:53 2001
+++ phpdoc/en/bookinfo.xml Sun Aug 19 07:55:42 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.15 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.16 $ -->
<bookinfo id="bookinfo">
<authorgroup id="authors">
Index: phpdoc/en/language-defs.ent
diff -u phpdoc/en/language-defs.ent:1.6 phpdoc/en/language-defs.ent:1.7
--- phpdoc/en/language-defs.ent:1.6 Mon Aug 6 13:19:27 2001
+++ phpdoc/en/language-defs.ent Sun Aug 19 07:55:42 2001
@@ -1,9 +1,11 @@
-<!ENTITY PHPManual "PHP Manual">
-<!ENTITY Date "Date:">
-<!ENTITY GettingStarted "Getting Started">
-<!ENTITY LanguageReference "Language Reference">
-<!ENTITY Features "Features">
-<!ENTITY FunctionReference "Function Reference">
-<!ENTITY Appendixes "Appendixes">
-<!ENTITY PEAR "PEAR: the PHP Extension and Application Repository">
-<!ENTITY FAQ "FAQ: Frequently Asked Questions">
+<!-- $Revision: 1.7 $ -->
+
+<!ENTITY PHPManual "PHP Manual">
+<!ENTITY Date "Date:">
+<!ENTITY GettingStarted "Getting Started">
+<!ENTITY LanguageReference "Language Reference">
+<!ENTITY Features "Features">
+<!ENTITY FunctionReference "Function Reference">
+<!ENTITY Appendixes "Appendixes">
+<!ENTITY PEAR "PEAR: the PHP Extension and Application Repository">
+<!ENTITY FAQ "FAQ: Frequently Asked Questions">
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.7 phpdoc/en/language-snippets.ent:1.8
--- phpdoc/en/language-snippets.ent:1.7 Tue Aug 7 19:47:47 2001
+++ phpdoc/en/language-snippets.ent Sun Aug 19 07:55:42 2001
@@ -1,6 +1,4 @@
-<!-- $Id: language-snippets.ent,v 1.7 2001/08/07 23:47:47 jeroen Exp $ -->
-
-
+<!-- $Revision: 1.8 $ -->
<!ENTITY warn.experimental '<warning><simpara>This module is
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions,
these function names, in concreto ANYTHING documented here can change in a future
release of PHP WITHOUT NOTICE. Be warned, and use this module at your own
risk.</simpara></warning>'>
<!ENTITY warn.experimental.func '<warning><simpara>This function is
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function,
this function name, in concreto ANYTHING documented here can change in a future
release of PHP WITHOUT NOTICE. Be warned, and use this function at your own
risk.</simpara></warning>'>
Index: phpdoc/en/preface.xml
diff -u phpdoc/en/preface.xml:1.12 phpdoc/en/preface.xml:1.13
--- phpdoc/en/preface.xml:1.12 Mon Aug 13 14:56:21 2001
+++ phpdoc/en/preface.xml Sun Aug 19 07:55:42 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.12 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.13 $ -->
<preface id="preface">
<title>Preface</title>