jimw Mon Dec 17 14:33:05 2001 EDT Modified files: /phpdoc/en/appendices aliases.xml debugger.xml migration.xml phpdevel.xml reserved.xml resources.xml Log: make the appendix titles not be lame. Index: phpdoc/en/appendices/aliases.xml diff -u phpdoc/en/appendices/aliases.xml:1.15 phpdoc/en/appendices/aliases.xml:1.16 --- phpdoc/en/appendices/aliases.xml:1.15 Wed Dec 12 15:46:25 2001 +++ phpdoc/en/appendices/aliases.xml Mon Dec 17 14:33:05 2001 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <appendix id="aliases"> - <title>Aliases list</title> + <title>List of Function Aliases</title> <para> Here is the aliases list. All aliases are listed here. It is usually a bad idea to use aliases, are they may be bound to obsolescence or Index: phpdoc/en/appendices/debugger.xml diff -u phpdoc/en/appendices/debugger.xml:1.15 phpdoc/en/appendices/debugger.xml:1.16 --- phpdoc/en/appendices/debugger.xml:1.15 Wed Dec 12 15:46:26 2001 +++ phpdoc/en/appendices/debugger.xml Mon Dec 17 14:33:05 2001 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <appendix id="debugger"> - <title>The PHP Debugger</title> + <title>Debugging PHP 3</title> <sect1 id="debugger-about"> <title>About the debugger</title> Index: phpdoc/en/appendices/migration.xml diff -u phpdoc/en/appendices/migration.xml:1.15 phpdoc/en/appendices/migration.xml:1.16 --- phpdoc/en/appendices/migration.xml:1.15 Wed Dec 12 15:46:26 2001 +++ phpdoc/en/appendices/migration.xml Mon Dec 17 14:33:05 2001 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <appendix id="migration"> - <title>Migrating from PHP/FI 2.0 to PHP 3.0</title> + <title>Migrating from PHP/FI 2 to PHP 3</title> <section id="migration.about"> <title>About the incompatibilities in 3.0</title> Index: phpdoc/en/appendices/phpdevel.xml diff -u phpdoc/en/appendices/phpdevel.xml:1.15 phpdoc/en/appendices/phpdevel.xml:1.16 --- phpdoc/en/appendices/phpdevel.xml:1.15 Wed Dec 12 15:46:27 2001 +++ phpdoc/en/appendices/phpdevel.xml Mon Dec 17 14:33:05 2001 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <appendix id="phpdevel"> - <title>PHP development</title> + <title>Extending PHP 3</title> <simpara></simpara> Index: phpdoc/en/appendices/reserved.xml diff -u phpdoc/en/appendices/reserved.xml:1.12 phpdoc/en/appendices/reserved.xml:1.13 --- phpdoc/en/appendices/reserved.xml:1.12 Wed Dec 12 15:46:28 2001 +++ phpdoc/en/appendices/reserved.xml Mon Dec 17 14:33:05 2001 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <appendix id="reserved"> - <title>PHP reserved words</title> + <title>List of Reserved Words</title> <para> Here is the list of PHP reserved words, usually <link linkend="language.constants">constants</link> and Index: phpdoc/en/appendices/resources.xml diff -u phpdoc/en/appendices/resources.xml:1.21 phpdoc/en/appendices/resources.xml:1.22 --- phpdoc/en/appendices/resources.xml:1.21 Wed Dec 12 15:46:30 2001 +++ phpdoc/en/appendices/resources.xml Mon Dec 17 14:33:05 2001 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.21 $ --> +<!-- $Revision: 1.22 $ --> <appendix id="resource"> - <title>PHP Resource Types</title> + <title>List of Resource Types</title> <para> The following is a list of functions which create, use or destroy PHP resources. The function <function>is_resource</function> can be