dave Sun Dec 21 09:42:23 2003 EDT
Modified files: /phpdoc/en/appendices migration4.xml /phpdoc/en/chapters install.openbsd.xml /phpdoc/en/faq migration4.xml /phpdoc/en/language types.xml /phpdoc/en/reference/ccvs reference.xml /phpdoc/en/reference/mbstring reference.xml /phpdoc/en/reference/mysql/functions mysql-free-result.xml /phpdoc/en/reference/pcre/functions pcre.pattern.modifiers.xml /phpdoc/en/reference/uodbc configure.xml /phpdoc/en/reference/zlib/functions gzgetss.xml Log: - Add space to PHP[345] where appropriate.
Index: phpdoc/en/appendices/migration4.xml diff -u phpdoc/en/appendices/migration4.xml:1.34 phpdoc/en/appendices/migration4.xml:1.35 --- phpdoc/en/appendices/migration4.xml:1.34 Wed May 21 06:34:21 2003 +++ phpdoc/en/appendices/migration4.xml Sun Dec 21 09:42:17 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.34 $ --> +<!-- $Revision: 1.35 $ --> <appendix id="migration4"> <title>Migrating from PHP 3 to PHP 4</title> @@ -34,7 +34,7 @@ <listitem><simpara>FreeBSD (3.2, 4.0 tested)</simpara></listitem> </itemizedlist> <para> - To enable it, configure PHP3 and PHP4 to use APXS + To enable it, configure PHP 3 and PHP 4 to use APXS (--with-apxs) and the necessary link extensions (--enable-versioning). Otherwise, all standard installations instructions apply. For example: Index: phpdoc/en/chapters/install.openbsd.xml diff -u phpdoc/en/chapters/install.openbsd.xml:1.6 phpdoc/en/chapters/install.openbsd.xml:1.7 --- phpdoc/en/chapters/install.openbsd.xml:1.6 Sun Nov 23 12:47:00 2003 +++ phpdoc/en/chapters/install.openbsd.xml Sun Dec 21 09:42:17 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <sect1 id="install.openbsd"> <title>Unix/OpenBSD installs</title> <para> @@ -51,7 +51,7 @@ <title>Using Ports</title> <simpara> You can also compile up PHP from source using the <ulink url="&url.openbsd.ports;">ports tree</ulink>. - However, this is only recommended for users familiar with OpenBSD. The PHP4 port + However, this is only recommended for users familiar with OpenBSD. The PHP 4 port is split into two sub-directories: core and extensions. The extensions directory generates sub-packages for all of the supported PHP modules. If you find you do not want to create some of these modules, Index: phpdoc/en/faq/migration4.xml diff -u phpdoc/en/faq/migration4.xml:1.9 phpdoc/en/faq/migration4.xml:1.10 --- phpdoc/en/faq/migration4.xml:1.9 Sat Apr 26 01:11:00 2003 +++ phpdoc/en/faq/migration4.xml Sun Dec 21 09:42:18 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <chapter id="faq.migration4"> <title>Migrating from PHP 3 to PHP 4</title> <titleabbrev>Migrating from PHP 3 to PHP 4</titleabbrev> @@ -13,7 +13,7 @@ <qandaentry id="faq.migration4.php34"> <question> <para> - Migrating from PHP3 to PHP4 + Migrating from PHP 3 to PHP 4 </para> </question> <answer> Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.130 phpdoc/en/language/types.xml:1.131 --- phpdoc/en/language/types.xml:1.130 Fri Dec 12 14:56:00 2003 +++ phpdoc/en/language/types.xml Sun Dec 21 09:42:18 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.130 $ --> +<!-- $Revision: 1.131 $ --> <chapter id="language.types"> <title>Types</title> @@ -2124,7 +2124,7 @@ <para> Due to the reference-counting system introduced - with PHP4's Zend-engine, it is automatically detected + with PHP 4's Zend-engine, it is automatically detected when a resource is no longer referred to (just like Java). When this is the case, all resources that were in use for this Index: phpdoc/en/reference/ccvs/reference.xml diff -u phpdoc/en/reference/ccvs/reference.xml:1.11 phpdoc/en/reference/ccvs/reference.xml:1.12 --- phpdoc/en/reference/ccvs/reference.xml:1.11 Sun May 11 20:48:27 2003 +++ phpdoc/en/reference/ccvs/reference.xml Sun Dec 21 09:42:19 2003 @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- CCVS Documentation by Brendan W. McAdams <[EMAIL PROTECTED]> Copyright (c) 2000 by the PHP Group -Special Thanks to Red Hat, Inc. for the contribution of their original -documentation for the php3 version of this module, which helped us +documentation for the PHP 3 version of this module, which helped us start this document. --> Index: phpdoc/en/reference/mbstring/reference.xml diff -u phpdoc/en/reference/mbstring/reference.xml:1.14 phpdoc/en/reference/mbstring/reference.xml:1.15 --- phpdoc/en/reference/mbstring/reference.xml:1.14 Thu Dec 18 09:14:20 2003 +++ phpdoc/en/reference/mbstring/reference.xml Sun Dec 21 09:42:20 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <reference id="ref.mbstring"> <title>Multi-Byte String Functions</title> <titleabbrev>Multi-Byte String</titleabbrev> @@ -35,7 +35,7 @@ encoding that works with PHP. </para> <para> - PHP4 Character Encoding Requirements + PHP 4 Character Encoding Requirements </para> <para> <itemizedlist> Index: phpdoc/en/reference/mysql/functions/mysql-free-result.xml diff -u phpdoc/en/reference/mysql/functions/mysql-free-result.xml:1.2 phpdoc/en/reference/mysql/functions/mysql-free-result.xml:1.3 --- phpdoc/en/reference/mysql/functions/mysql-free-result.xml:1.2 Wed Apr 17 02:41:12 2002 +++ phpdoc/en/reference/mysql/functions/mysql-free-result.xml Sun Dec 21 09:42:21 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.102 --> <refentry id="function.mysql-free-result"> <refnamediv> @@ -21,7 +21,7 @@ you are concerned about how much memory is being used for queries that return large result sets. All associated result memory is automatically freed at the end of the script's execution. - <!-- TODO and as of PHP4 before, see freeing resources --> + <!-- TODO and as of PHP 4 before, see freeing resources --> </para> <para> &return.success; Index: phpdoc/en/reference/pcre/functions/pcre.pattern.modifiers.xml diff -u phpdoc/en/reference/pcre/functions/pcre.pattern.modifiers.xml:1.5 phpdoc/en/reference/pcre/functions/pcre.pattern.modifiers.xml:1.6 --- phpdoc/en/reference/pcre/functions/pcre.pattern.modifiers.xml:1.5 Mon Jun 16 16:03:02 2003 +++ phpdoc/en/reference/pcre/functions/pcre.pattern.modifiers.xml Sun Dec 21 09:42:21 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 --> <refentry id="pcre.pattern.modifiers"> <refnamediv> @@ -94,7 +94,7 @@ it is ignored by other PCRE functions. <note> <simpara> - This modifier was not available in PHP3. + This modifier was not available in PHP 3. </simpara> </note> </para> Index: phpdoc/en/reference/uodbc/configure.xml diff -u phpdoc/en/reference/uodbc/configure.xml:1.4 phpdoc/en/reference/uodbc/configure.xml:1.5 --- phpdoc/en/reference/uodbc/configure.xml:1.4 Mon May 26 07:59:45 2003 +++ phpdoc/en/reference/uodbc/configure.xml Sun Dec 21 09:42:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <section id="odbc.installation"> &reftitle.install; <para> @@ -55,7 +55,7 @@ <listitem> <para> Include Empress support. DIR is the Empress base install directory, - defaults to $EMPRESSPATH. From PHP4, this option only supports + defaults to $EMPRESSPATH. From PHP 4, this option only supports Empress Version 8.60 and above. </para> </listitem> @@ -67,7 +67,7 @@ <listitem> <para> Include Empress Local Access support. DIR is the Empress base - install directory, defaults to $EMPRESSPATH. From PHP4, + install directory, defaults to $EMPRESSPATH. From PHP 4, this option only supports Empress Version 8.60 and above. </para> </listitem> Index: phpdoc/en/reference/zlib/functions/gzgetss.xml diff -u phpdoc/en/reference/zlib/functions/gzgetss.xml:1.3 phpdoc/en/reference/zlib/functions/gzgetss.xml:1.4 --- phpdoc/en/reference/zlib/functions/gzgetss.xml:1.3 Sun Aug 25 12:52:39 2002 +++ phpdoc/en/reference/zlib/functions/gzgetss.xml Sun Dec 21 09:42:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 --> <refentry id="function.gzgetss"> <refnamediv> @@ -27,7 +27,7 @@ <note> <para> <parameter>Allowable_tags</parameter> was added in PHP 3.0.13, - PHP4B3. + PHP 4.0b3. </para> </note> </para>