goba Sun Aug 19 07:04:21 2001 EDT
Modified files:
/phpdoc/en/appendices aliases.xml debugger.xml escaping.xml
history.xml http-stuff.xml migration.xml
migration4.xml phpdevel.xml regexp.xml
reserved.xml resources.xml
/phpdoc/en/chapters config.xml install.xml intro.xml security.xml
/phpdoc/en/faq build.xml common.xml databases.xml general.xml
html.xml installation.xml languages.xml
mailinglist.xml migration.xml migration4.xml
misc.xml obtaining.xml using.xml
Log:
External parsed entities _should_ each begin with a text declaration.
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl
Index: phpdoc/en/appendices/aliases.xml
diff -u phpdoc/en/appendices/aliases.xml:1.3 phpdoc/en/appendices/aliases.xml:1.4
--- phpdoc/en/appendices/aliases.xml:1.3 Thu Aug 2 13:36:37 2001
+++ phpdoc/en/appendices/aliases.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<appendix id="aliases">
<title>Aliases list</title>
<para>
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.9 phpdoc/en/appendices/debugger.xml:1.10
--- phpdoc/en/appendices/debugger.xml:1.9 Thu Aug 2 13:36:38 2001
+++ phpdoc/en/appendices/debugger.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.9 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.10 $ -->
<appendix id="debugger">
<title>The PHP Debugger</title>
Index: phpdoc/en/appendices/escaping.xml
diff -u phpdoc/en/appendices/escaping.xml:1.3 phpdoc/en/appendices/escaping.xml:1.4
--- phpdoc/en/appendices/escaping.xml:1.3 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/escaping.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapt>Escaping data
<sect>PHP string escape chars
<sect>URL encoding (GET)
Index: phpdoc/en/appendices/history.xml
diff -u phpdoc/en/appendices/history.xml:1.3 phpdoc/en/appendices/history.xml:1.4
--- phpdoc/en/appendices/history.xml:1.3 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/history.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapt>PHP's history
<sect>Overview of PHP's development
Index: phpdoc/en/appendices/http-stuff.xml
diff -u phpdoc/en/appendices/http-stuff.xml:1.3 phpdoc/en/appendices/http-stuff.xml:1.4
--- phpdoc/en/appendices/http-stuff.xml:1.3 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/http-stuff.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapt>Proxies, caching and misc. HTTP stuff
<sect>Setting an expiry date on generated pages
<sect>Using phpLastModified
Index: phpdoc/en/appendices/migration.xml
diff -u phpdoc/en/appendices/migration.xml:1.8 phpdoc/en/appendices/migration.xml:1.9
--- phpdoc/en/appendices/migration.xml:1.8 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/migration.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.8 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.9 $ -->
<appendix id="migration">
<title>Migrating from older versions of PHP</title>
Index: phpdoc/en/appendices/migration4.xml
diff -u phpdoc/en/appendices/migration4.xml:1.8 phpdoc/en/appendices/migration4.xml:1.9
--- phpdoc/en/appendices/migration4.xml:1.8 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/migration4.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.8 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.9 $ -->
<appendix id="migration4">
<title>Migrating from PHP 3.0 to PHP 4.0</title>
Index: phpdoc/en/appendices/phpdevel.xml
diff -u phpdoc/en/appendices/phpdevel.xml:1.9 phpdoc/en/appendices/phpdevel.xml:1.10
--- phpdoc/en/appendices/phpdevel.xml:1.9 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/phpdevel.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.9 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.10 $ -->
<appendix id="phpdevel">
<title>PHP development</title>
Index: phpdoc/en/appendices/regexp.xml
diff -u phpdoc/en/appendices/regexp.xml:1.3 phpdoc/en/appendices/regexp.xml:1.4
--- phpdoc/en/appendices/regexp.xml:1.3 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/regexp.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapt>Regular expressions
<sect>Short overview to regexps with pointers to more info
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.6 phpdoc/en/appendices/reserved.xml:1.7
--- phpdoc/en/appendices/reserved.xml:1.6 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/reserved.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.6 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.7 $ -->
<appendix id="reserved">
<title>PHP reserved words</title>
<para>
Index: phpdoc/en/appendices/resources.xml
diff -u phpdoc/en/appendices/resources.xml:1.16 phpdoc/en/appendices/resources.xml:1.17
--- phpdoc/en/appendices/resources.xml:1.16 Thu Aug 2 13:36:39 2001
+++ phpdoc/en/appendices/resources.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.16 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.17 $ -->
<appendix id="resource">
<title>PHP Resource Types</title>
<para>
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.19 phpdoc/en/chapters/config.xml:1.20
--- phpdoc/en/chapters/config.xml:1.19 Mon Aug 13 14:51:04 2001
+++ phpdoc/en/chapters/config.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.19 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.20 $ -->
<chapter id="configuration">
<title>Configuration</title>
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.75 phpdoc/en/chapters/install.xml:1.76
--- phpdoc/en/chapters/install.xml:1.75 Mon Aug 13 14:51:04 2001
+++ phpdoc/en/chapters/install.xml Sun Aug 19 07:04:19 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.75 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.76 $ -->
<chapter id="installation">
<title>Installation</title>
Index: phpdoc/en/chapters/intro.xml
diff -u phpdoc/en/chapters/intro.xml:1.17 phpdoc/en/chapters/intro.xml:1.18
--- phpdoc/en/chapters/intro.xml:1.17 Mon Aug 13 14:51:05 2001
+++ phpdoc/en/chapters/intro.xml Sun Aug 19 07:04:20 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.17 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.18 $ -->
<chapter id="introduction">
<title>Introduction</title>
Index: phpdoc/en/chapters/security.xml
diff -u phpdoc/en/chapters/security.xml:1.24 phpdoc/en/chapters/security.xml:1.25
--- phpdoc/en/chapters/security.xml:1.24 Mon Aug 13 14:51:05 2001
+++ phpdoc/en/chapters/security.xml Sun Aug 19 07:04:20 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.24 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.25 $ -->
<chapter id="security">
<title>Security</title>
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.3 phpdoc/en/faq/build.xml:1.4
--- phpdoc/en/faq/build.xml:1.3 Thu Aug 2 13:36:42 2001
+++ phpdoc/en/faq/build.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapter id="faq.build">
<title>Build Problems</title>
<titleabbrev>Build Problems</titleabbrev>
Index: phpdoc/en/faq/common.xml
diff -u phpdoc/en/faq/common.xml:1.3 phpdoc/en/faq/common.xml:1.4
--- phpdoc/en/faq/common.xml:1.3 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/common.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapter id="faq.common">
<title>Common Problems</title>
<titleabbrev>Common Problems</titleabbrev>
Index: phpdoc/en/faq/databases.xml
diff -u phpdoc/en/faq/databases.xml:1.5 phpdoc/en/faq/databases.xml:1.6
--- phpdoc/en/faq/databases.xml:1.5 Mon Aug 6 15:52:49 2001
+++ phpdoc/en/faq/databases.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.5 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
<chapter id="faq.databases">
<title>Connecting to databases</title>
<titleabbrev>Connecting to databases</titleabbrev>
Index: phpdoc/en/faq/general.xml
diff -u phpdoc/en/faq/general.xml:1.8 phpdoc/en/faq/general.xml:1.9
--- phpdoc/en/faq/general.xml:1.8 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/general.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.8 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.9 $ -->
<chapter id="faq.general">
<title>General Information</title>
<titleabbrev>General Information</titleabbrev>
Index: phpdoc/en/faq/html.xml
diff -u phpdoc/en/faq/html.xml:1.2 phpdoc/en/faq/html.xml:1.3
--- phpdoc/en/faq/html.xml:1.2 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/html.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.2 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
<chapter id="faq.html">
<title>PHP and HTML</title>
<titleabbrev>PHP and HTML</titleabbrev>
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.4 phpdoc/en/faq/installation.xml:1.5
--- phpdoc/en/faq/installation.xml:1.4 Tue Aug 14 04:12:46 2001
+++ phpdoc/en/faq/installation.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.4 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.5 $ -->
<chapter id="faq.installation">
<title>Installation</title>
<titleabbrev>Installation</titleabbrev>
Index: phpdoc/en/faq/languages.xml
diff -u phpdoc/en/faq/languages.xml:1.4 phpdoc/en/faq/languages.xml:1.5
--- phpdoc/en/faq/languages.xml:1.4 Sun Aug 5 06:51:44 2001
+++ phpdoc/en/faq/languages.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.4 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.5 $ -->
<chapter id="faq.languages">
<title>PHP and other languages</title>
<titleabbrev>PHP and other languages</titleabbrev>
Index: phpdoc/en/faq/mailinglist.xml
diff -u phpdoc/en/faq/mailinglist.xml:1.3 phpdoc/en/faq/mailinglist.xml:1.4
--- phpdoc/en/faq/mailinglist.xml:1.3 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/mailinglist.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapter id="faq.mailinglist">
<title>Mailing lists</title>
<titleabbrev>Mailing lists</titleabbrev>
Index: phpdoc/en/faq/migration.xml
diff -u phpdoc/en/faq/migration.xml:1.4 phpdoc/en/faq/migration.xml:1.5
--- phpdoc/en/faq/migration.xml:1.4 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/migration.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.4 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.5 $ -->
<chapter id="faq.migration">
<title>Migrating from PHP 2 to PHP 3</title>
<titleabbrev>Migrating from PHP 2 to PHP 3</titleabbrev>
Index: phpdoc/en/faq/migration4.xml
diff -u phpdoc/en/faq/migration4.xml:1.3 phpdoc/en/faq/migration4.xml:1.4
--- phpdoc/en/faq/migration4.xml:1.3 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/migration4.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapter id="faq.migration4">
<title>Migrating from PHP 3 to PHP 4</title>
<titleabbrev>Migrating from PHP 3 to PHP 4</titleabbrev>
Index: phpdoc/en/faq/misc.xml
diff -u phpdoc/en/faq/misc.xml:1.3 phpdoc/en/faq/misc.xml:1.4
--- phpdoc/en/faq/misc.xml:1.3 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/misc.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.3 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<chapter id="faq.misc">
<title>Miscellaneous Questions</title>
<titleabbrev>Miscellaneous Questions</titleabbrev>
Index: phpdoc/en/faq/obtaining.xml
diff -u phpdoc/en/faq/obtaining.xml:1.6 phpdoc/en/faq/obtaining.xml:1.7
--- phpdoc/en/faq/obtaining.xml:1.6 Sun Aug 5 11:14:45 2001
+++ phpdoc/en/faq/obtaining.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.6 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.7 $ -->
<chapter id="faq.obtaining">
<title>Obtaining PHP</title>
<titleabbrev>Obtaining PHP</titleabbrev>
Index: phpdoc/en/faq/using.xml
diff -u phpdoc/en/faq/using.xml:1.4 phpdoc/en/faq/using.xml:1.5
--- phpdoc/en/faq/using.xml:1.4 Sun Aug 5 06:51:44 2001
+++ phpdoc/en/faq/using.xml Sun Aug 19 07:04:21 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.4 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.5 $ -->
<chapter id="faq.using">
<title>Using PHP</title>
<titleabbrev>Using PHP</titleabbrev>