philip          Thu Feb 15 08:12:20 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       wrappers.xml 
    /phpdoc/en/install/windows  installer.xml 
    /phpdoc/en/language operators.xml 
    /phpdoc/en/reference/bcompiler      configure.xml 
    /phpdoc/en/reference/datetime/functions     strtotime.xml 
    /phpdoc/en/reference/errorfunc      constants.xml 
    /phpdoc/en/reference/fdf    reference.xml 
    /phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
    /phpdoc/en/reference/outcontrol     reference.xml 
    /phpdoc/en/reference/pdf    reference.xml 
    /phpdoc/en/reference/pdo    configure.xml 
    /phpdoc/en/reference/pdo_sqlite     reference.xml 
    /phpdoc/en/reference/runkit constants.xml 
    /phpdoc/en/reference/sdo    reference.xml 
    /phpdoc/en/reference/sdo_das_xml    reference.xml 
    /phpdoc/en/reference/session        reference.xml 
    /phpdoc/en/reference/spl/functions  class-implements.xml 
                                        class-parents.xml 
    /phpdoc/en/reference/stream/functions       stream-get-meta-data.xml 
    /phpdoc/en/reference/xmlreader      configure.xml 
    /phpdoc/en/reference/xslt   reference.xml 
    /phpdoc/en/reference/zip    configure.xml reference.xml 
  Log:
  According to our guidelines:
  - Use PHP x.x.0 instead of PHP x.x, or use PHP x.x.x where appropriate
  - Use PHP x instead of PHPx
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/wrappers.xml?r1=1.69&r2=1.70&diff_format=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.69 
phpdoc/en/appendices/wrappers.xml:1.70
--- phpdoc/en/appendices/wrappers.xml:1.69      Fri Jan 26 00:05:07 2007
+++ phpdoc/en/appendices/wrappers.xml   Thu Feb 15 08:12:18 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
 <appendix id="wrappers">
  <title>List of Supported Protocols/Wrappers</title>
  <para>
@@ -418,7 +418,7 @@
    (such as the default <literal>PHP/version</literal> setting)
    followed by a carriage-return/line-feed pair and any
    additional headers.
-   This method works in PHP4 and all later versions.
+   This method works in PHP 4 and all later versions.
   </para>
   <para>
    <example>
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/windows/installer.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/install/windows/installer.xml
diff -u phpdoc/en/install/windows/installer.xml:1.7 
phpdoc/en/install/windows/installer.xml:1.8
--- phpdoc/en/install/windows/installer.xml:1.7 Mon Nov 20 18:18:57 2006
+++ phpdoc/en/install/windows/installer.xml     Thu Feb 15 08:12:19 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
    <sect1 id="install.windows.installer">
-    <title>Windows Installer (PHP 5.1 and earlier)</title>
+    <title>Windows Installer (PHP 5.1.0 and earlier)</title>
     
     <para>
      The Windows PHP installer is available from the downloads page at
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/operators.xml?r1=1.109&r2=1.110&diff_format=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.109 
phpdoc/en/language/operators.xml:1.110
--- phpdoc/en/language/operators.xml:1.109      Thu Nov 30 14:54:54 2006
+++ phpdoc/en/language/operators.xml    Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.109 $ -->
+<!-- $Revision: 1.110 $ -->
  <chapter id="language.operators">
   <title>Operators</title>
   <simpara>
@@ -372,7 +372,7 @@
     up pointing at the same data, and nothing is copied anywhere. 
     To learn more about references, please read <link 
     linkend="language.references">References explained</link>. As of 
-    PHP5 objects are assigned by reference unless explicitly told 
+    PHP 5, objects are assigned by reference unless explicitly told 
     otherwise with the new <link linkend="language.oop5.cloning">clone</link> 
     keyword.
    </para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/bcompiler/configure.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/bcompiler/configure.xml
diff -u phpdoc/en/reference/bcompiler/configure.xml:1.1 
phpdoc/en/reference/bcompiler/configure.xml:1.2
--- phpdoc/en/reference/bcompiler/configure.xml:1.1     Fri Aug 13 14:26:44 2004
+++ phpdoc/en/reference/bcompiler/configure.xml Thu Feb 15 08:12:19 2007
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="bcompiler.installation">
  &reftitle.install;
  <para>
   short installation note:
   <itemizedlist>
    <listitem>
-    <simpara>You need at least PHP 4.3. for the compression to work</simpara>
+    <simpara>You need at least PHP 4.3.0 for the compression to work</simpara>
    </listitem>
    <listitem>
     <simpara>
-     To install on PHP 4.3 and later at the unix command prompt type
+     To install on PHP 4.3.0 and later at the unix command prompt type
      <command>pear install bcompiler</command>
     </simpara>
    </listitem>
@@ -44,7 +44,7 @@
    </listitem>
    <listitem>
     <simpara>
-     If you are using versions before PHP 4.3, the you will need to copy the
+     If you are using versions before PHP 4.3.0, the you will need to copy the
      <filename>Makefile.in.old</filename> to <filename>Makefile.in</filename>
      and <filename>config.m4.old</filename> to <filename>config.m4</filename>.
     </simpara>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/strtotime.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/reference/datetime/functions/strtotime.xml
diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.20 
phpdoc/en/reference/datetime/functions/strtotime.xml:1.21
--- phpdoc/en/reference/datetime/functions/strtotime.xml:1.20   Sat Feb  3 
22:35:18 2007
+++ phpdoc/en/reference/datetime/functions/strtotime.xml        Thu Feb 15 
08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 -->
 <refentry id="function.strtotime">
  <refnamediv>
@@ -45,8 +45,8 @@
       <para>
        The string to parse, according to the GNU <ulink
         url="&url.gnu.man.date-input;">Date Input Formats</ulink>
-       syntax. Before PHP 5.0, microseconds weren't allowed in the time, since
-       PHP 5.0 they are allowed but ignored.
+       syntax. Before PHP 5.0.0, microseconds weren't allowed in the time, 
since
+       PHP 5.0.0 they are allowed but ignored.
       </para>
      </listitem>
     </varlistentry>
@@ -156,7 +156,7 @@
   </warning>
   <warning>
    <para>
-    In PHP versions prior to 4.4, <literal>"next"</literal> is incorrectly
+    In PHP versions prior to 4.4.0, <literal>"next"</literal> is incorrectly
     computed as +2. A typical solution to this is to use
     <literal>"+1"</literal>.
    </para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/errorfunc/constants.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/errorfunc/constants.xml
diff -u phpdoc/en/reference/errorfunc/constants.xml:1.14 
phpdoc/en/reference/errorfunc/constants.xml:1.15
--- phpdoc/en/reference/errorfunc/constants.xml:1.14    Thu Jun  8 11:19:12 2006
+++ phpdoc/en/reference/errorfunc/constants.xml Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <section id="errorfunc.constants">
  &reftitle.constants;
  &extension.constants.core;
@@ -199,7 +199,7 @@
       <function>set_error_handler</function>), the application aborts as it
       was an <constant>E_ERROR</constant>.
      </entry>
-     <entry>since PHP 5.2</entry>
+     <entry>since PHP 5.2.0</entry>
     </row>
 
     <row id="e-all">
@@ -212,7 +212,7 @@
       All errors and warnings, as supported, except of level
       <constant>E_STRICT</constant> in PHP &lt; 6.
      </entry>
-     <entry>6143 in PHP 5.2 and 2047 previously</entry>
+     <entry>6143 in PHP 5.2.x and 2047 previously</entry>
     </row>
 
    </tbody>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/reference.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/fdf/reference.xml
diff -u phpdoc/en/reference/fdf/reference.xml:1.10 
phpdoc/en/reference/fdf/reference.xml:1.11
--- phpdoc/en/reference/fdf/reference.xml:1.10  Sun Sep  4 19:39:13 2005
+++ phpdoc/en/reference/fdf/reference.xml       Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- Purpose: utilspec.nontext -->
 <!-- Membership: bundled, external -->
 
@@ -55,7 +55,7 @@
     <para>
      You need the FDF toolkit SDK available from
      <ulink url="&spec.pdf.fdf;">&spec.pdf.fdf;</ulink>.
-     As of PHP 4.3 you need at least SDK version 5.0. 
+     As of PHP 4.3.0 you need at least SDK version 5.0. 
      The FDF toolkit library is available in binary form only,
      platforms supported by Adobe are Win32, Linux, Solaris and AIX.
     </para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.24 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.25
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.24    Sat Feb 
 3 08:13:44 2007
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Feb 15 
08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
 <refentry id="function.parse-ini-file">
  <refnamediv>
@@ -44,7 +44,7 @@
   </note>
   <note>
    <para>
-    As of PHP 5.0 this function also handles new lines in values.
+    As of PHP 5.0.0 this function also handles new lines in values.
    </para>
   </note>
   <note>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/outcontrol/reference.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/outcontrol/reference.xml
diff -u phpdoc/en/reference/outcontrol/reference.xml:1.14 
phpdoc/en/reference/outcontrol/reference.xml:1.15
--- phpdoc/en/reference/outcontrol/reference.xml:1.14   Wed Jan 24 00:56:08 2007
+++ phpdoc/en/reference/outcontrol/reference.xml        Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- Purpose: basic.php -->
 <!-- Membership: core -->
 
@@ -22,7 +22,7 @@
     </para>
     <note>
      <para>
-      When upgrading from PHP 4.1 (and 4.2) to 4.3 due to a bug in
+      When upgrading from PHP 4.1.0 (and 4.2.0) to 4.3.0 due to a bug in
       earlier versions you must ensure that
       <literal>implict_flush</literal> is <literal>OFF</literal> in
       your &php.ini;, otherwise any output with
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdf/reference.xml?r1=1.23&r2=1.24&diff_format=u
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.23 
phpdoc/en/reference/pdf/reference.xml:1.24
--- phpdoc/en/reference/pdf/reference.xml:1.23  Sun Mar 19 17:23:56 2006
+++ phpdoc/en/reference/pdf/reference.xml       Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
 <!-- Purpose: utilspec.nontext -->
 <!-- Membership: pecl, external -->
 
@@ -106,7 +106,7 @@
      of PDFlib older than 3.0.
     </para>
     <para>
-     PDFlib 4.0 or greater is supported by PHP 4.3 and later.
+     PDFlib 4.0 or greater is supported by PHP 4.3.0 and later.
     </para>
    </section>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/configure.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/pdo/configure.xml
diff -u phpdoc/en/reference/pdo/configure.xml:1.4 
phpdoc/en/reference/pdo/configure.xml:1.5
--- phpdoc/en/reference/pdo/configure.xml:1.4   Thu Jun 22 20:13:53 2006
+++ phpdoc/en/reference/pdo/configure.xml       Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <section id="pdo.installation">
  &reftitle.install;
  <procedure id='pdo.install.unix51up'>
@@ -54,7 +54,7 @@
   </step>
  </procedure>
  <procedure id='pdo.install.pecl'>
-  <title>PHP 5.0 and up on Unix systems</title>
+  <title>PHP 5.0.0 and up on Unix systems</title>
   <step>
    <para>
     PDO is available as a PECL extension from
@@ -96,7 +96,7 @@
   </step>
  </procedure>
  <procedure id='pdo.install.win32php51'>
-  <title>Windows users running PHP 5.1 and up</title>
+  <title>Windows users running PHP 5.1.0 and up</title>
   <step>
    <para>
     PDO and all the major drivers ship with PHP as shared extensions, and
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo_sqlite/reference.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/pdo_sqlite/reference.xml
diff -u phpdoc/en/reference/pdo_sqlite/reference.xml:1.9 
phpdoc/en/reference/pdo_sqlite/reference.xml:1.10
--- phpdoc/en/reference/pdo_sqlite/reference.xml:1.9    Sun Sep 18 14:06:34 2005
+++ phpdoc/en/reference/pdo_sqlite/reference.xml        Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: bundled, pecl -->
 
@@ -72,7 +72,7 @@
         </para>
         <note>
          <para>
-          The sqlite2 driver is only available in PHP 5.1 if you have enabled
+          The sqlite2 driver is only available in PHP 5.1.x if you have enabled
           both PDO and ext/sqlite.  It is not currently available via PECL.
          </para>
         </note>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/runkit/constants.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/runkit/constants.xml
diff -u phpdoc/en/reference/runkit/constants.xml:1.4 
phpdoc/en/reference/runkit/constants.xml:1.5
--- phpdoc/en/reference/runkit/constants.xml:1.4        Wed Jun 15 01:16:16 2005
+++ phpdoc/en/reference/runkit/constants.xml    Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <section id="runkit.constants">
  &reftitle.constants;
@@ -93,7 +93,7 @@
    </term>
    <listitem>
     <simpara>
-     PHP5 specific flag to <function>runkit_method_add</function>
+     PHP 5 specific flag to <function>runkit_method_add</function>
     </simpara>
    </listitem>
   </varlistentry>
@@ -104,7 +104,7 @@
    </term>
    <listitem>
     <simpara>
-     PHP5 specific flag to <function>runkit_method_add</function>
+     PHP 5 specific flag to <function>runkit_method_add</function>
     </simpara>
    </listitem>
   </varlistentry>
@@ -115,7 +115,7 @@
    </term>
    <listitem>
     <simpara>
-     PHP5 specific flag to <function>runkit_method_add</function>
+     PHP 5 specific flag to <function>runkit_method_add</function>
     </simpara>
    </listitem>
   </varlistentry>
@@ -126,7 +126,7 @@
    </term>
    <listitem>
     <simpara>
-     PHP5 specific flag to <function>classkit_method_add</function>
+     PHP 5 specific flag to <function>classkit_method_add</function>
      Only defined when classkit compatibility is enabled.
     </simpara>
    </listitem>
@@ -138,7 +138,7 @@
    </term>
    <listitem>
     <simpara>
-     PHP5 specific flag to <function>classkit_method_add</function>
+     PHP 5 specific flag to <function>classkit_method_add</function>
      Only defined when classkit compatibility is enabled.
     </simpara>
    </listitem>
@@ -150,7 +150,7 @@
    </term>
    <listitem>
     <simpara>
-     PHP5 specific flag to <function>classkit_method_add</function>
+     PHP 5 specific flag to <function>classkit_method_add</function>
      Only defined when classkit compatibility is enabled.
     </simpara>
    </listitem>
@@ -162,7 +162,7 @@
    </term>
    <listitem>
     <simpara>
-     PHP5 specific flag to <function>classkit_import</function>
+     PHP 5 specific flag to <function>classkit_import</function>
      Only defined when classkit compatibility is enabled.
     </simpara>
    </listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo/reference.xml?r1=1.25&r2=1.26&diff_format=u
Index: phpdoc/en/reference/sdo/reference.xml
diff -u phpdoc/en/reference/sdo/reference.xml:1.25 
phpdoc/en/reference/sdo/reference.xml:1.26
--- phpdoc/en/reference/sdo/reference.xml:1.25  Thu Oct  5 10:48:58 2006
+++ phpdoc/en/reference/sdo/reference.xml       Thu Feb 15 08:12:19 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: pecl -->
 
@@ -74,7 +74,7 @@
   <section id="sdo.requirements">
    &reftitle.required;
    <para>
-    The SDO extension requires PHP 5.1 or higher. It also requires the
+    The SDO extension requires PHP 5.1.0 or higher. It also requires the
     libxml2 library. Normally libxml2 will already be installed, but if
     not, it can be downloaded from
     <ulink url='&url.libxml;'>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdo_das_xml/reference.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/sdo_das_xml/reference.xml
diff -u phpdoc/en/reference/sdo_das_xml/reference.xml:1.18 
phpdoc/en/reference/sdo_das_xml/reference.xml:1.19
--- phpdoc/en/reference/sdo_das_xml/reference.xml:1.18  Sun May 21 00:25:37 2006
+++ phpdoc/en/reference/sdo_das_xml/reference.xml       Thu Feb 15 08:12:20 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: pecl -->
 <!-- State: experimental -->
@@ -43,7 +43,7 @@
   <section id="sdo-das-xml.requirements">
    &reftitle.required;
    <para>
-    The SDO XML Data Access Service requires PHP 5.1 or higher.
+    The SDO XML Data Access Service requires PHP 5.1.0 or higher.
     It is packaged with the SDO extension and requires
     SDO to have been installed.
     See the
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/session/reference.xml?r1=1.58&r2=1.59&diff_format=u
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.58 
phpdoc/en/reference/session/reference.xml:1.59
--- phpdoc/en/reference/session/reference.xml:1.58      Thu Feb  1 00:40:24 2007
+++ phpdoc/en/reference/session/reference.xml   Thu Feb 15 08:12:20 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.58 $ -->
+<!-- $Revision: 1.59 $ -->
 <!-- Purpose: basic.session -->
 <!-- Membership: core -->
 
@@ -57,7 +57,7 @@
     </warning>
     <note>
      <para>
-      Session handling was added in PHP 4.0.
+      Session handling was added in PHP 4.0.0.
      </para>
     </note>
     <note>
@@ -241,7 +241,7 @@
      <varname>$_SESSION</varname>.
      <caution>
       <para>
-       Before PHP 4.3, if you are using <varname>$_SESSION</varname> and you
+       Before PHP 4.3.0, if you are using <varname>$_SESSION</varname> and you
        have disabled <link 
linkend="ini.register-globals">register_globals</link>,
        don't use <function>session_register</function>,
        <function>session_is_registered</function> or
@@ -268,7 +268,7 @@
      not reference the same value until the next
      <function>session_start</function>.  I.e. a modification to the newly
      registered global variable will not be reflected by the
-     <varname>$_SESSION</varname> entry.  This has been corrected in PHP 4.3.
+     <varname>$_SESSION</varname> entry.  This has been corrected in PHP 4.3.0.
     </para>
    </section>
     
@@ -296,7 +296,7 @@
     </para>
     <para>
      PHP is capable of transforming links transparently. Unless you are using
-     PHP 4.2 or later, you need to enable it manually when building PHP.
+     PHP 4.2.0 or later, you need to enable it manually when building PHP.
      Under Unix, pass <link linkend="ini.session.use-trans-sid">
      --enable-trans-sid</link> to configure. If this build
      option and the run-time option
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/functions/class-implements.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/spl/functions/class-implements.xml
diff -u phpdoc/en/reference/spl/functions/class-implements.xml:1.10 
phpdoc/en/reference/spl/functions/class-implements.xml:1.11
--- phpdoc/en/reference/spl/functions/class-implements.xml:1.10 Mon Sep 12 
13:09:37 2005
+++ phpdoc/en/reference/spl/functions/class-implements.xml      Thu Feb 15 
08:12:20 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <refentry id="function.class-implements">
  <refnamediv>
   <refname>class_implements</refname>
@@ -93,7 +93,7 @@
 
 print_r(class_implements(new bar));
 
-// since PHP 5.1 you may also specify the parameter as a string
+// since PHP 5.1.0 you may also specify the parameter as a string
 print_r(class_implements('bar'));
 
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/spl/functions/class-parents.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/spl/functions/class-parents.xml
diff -u phpdoc/en/reference/spl/functions/class-parents.xml:1.7 
phpdoc/en/reference/spl/functions/class-parents.xml:1.8
--- phpdoc/en/reference/spl/functions/class-parents.xml:1.7     Thu Aug  4 
11:02:17 2005
+++ phpdoc/en/reference/spl/functions/class-parents.xml Thu Feb 15 08:12:20 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.class-parents">
  <refnamediv>
   <refname>class_parents</refname>
@@ -92,7 +92,7 @@
 
 print_r(class_parents(new bar));
 
-// since PHP 5.1 you may also specify the parameter as a string
+// since PHP 5.1.0 you may also specify the parameter as a string
 print_r(class_parents('bar'));
 
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/stream/functions/stream-get-meta-data.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/stream/functions/stream-get-meta-data.xml
diff -u phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.8 
phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.9
--- phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.8   Wed May 
11 19:51:45 2005
+++ phpdoc/en/reference/stream/functions/stream-get-meta-data.xml       Thu Feb 
15 08:12:20 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
   <refentry id="function.stream-get-meta-data">
    <refnamediv>
     <refname>stream_get_meta_data</refname>
@@ -53,7 +53,7 @@
      </listitem>
     </itemizedlist>
     <simpara>
-     The following items were added in PHP 4.3:
+     The following items were added in PHP 4.3.0:
     </simpara>
     <itemizedlist>
      <listitem>
@@ -87,12 +87,12 @@
     </itemizedlist>
     <note>
      <para>
-      This function was introduced in PHP 4.3, but prior to this version,
+      This function was introduced in PHP 4.3.0, but prior to this version,
       <function>socket_get_status</function> could be used to retrieve
       the first four items, for <emphasis>socket based streams only</emphasis>.
      </para>
      <para>
-      In PHP 4.3 and later,
+      In PHP 4.3.0 and later,
       <function>socket_get_status</function> is an alias for this function.
      </para>
     </note>
@@ -102,7 +102,7 @@
      </simpara>
     </note>
     <simpara>
-     The following items were added in PHP 5.0:
+     The following items were added in PHP 5.0.0:
     </simpara>
     <itemizedlist>
      <listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/xmlreader/configure.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/xmlreader/configure.xml
diff -u phpdoc/en/reference/xmlreader/configure.xml:1.3 
phpdoc/en/reference/xmlreader/configure.xml:1.4
--- phpdoc/en/reference/xmlreader/configure.xml:1.3     Tue Jul 11 14:04:56 2006
+++ phpdoc/en/reference/xmlreader/configure.xml Thu Feb 15 08:12:20 2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="xmlreader.installation">
  &reftitle.install;
   <para>
-   The XMLReader extension is available in PECL for PHP 5.0 and is 
-   included and enabled in PHP 5.1 by default. It can be enabled
+   The XMLReader extension is available in PECL as of PHP 5.0.0 and is 
+   included and enabled as of PHP 5.1.0 by default. It can be enabled
    by adding the argument <option role="configure">--enable-xmlreader</option>
-   (or <option role="configure">--with-xmlreader</option> before 5.1)
+   (or <option role="configure">--with-xmlreader</option> before 5.1.0)
    to your configure line. The libxml extension is required.
   </para>
 </section>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/xslt/reference.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.13 
phpdoc/en/reference/xslt/reference.xml:1.14
--- phpdoc/en/reference/xslt/reference.xml:1.13 Sun Sep  4 19:39:32 2005
+++ phpdoc/en/reference/xslt/reference.xml      Thu Feb 15 08:12:20 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: bundled, external -->
 
@@ -26,8 +26,8 @@
     <note>
      <simpara>
       This extension is different than the sablotron extension distributed with
-      versions of PHP prior to PHP 4.1, currently only the new XSLT extension 
in 
-      PHP 4.1 is supported. If you need support for the old extension, please 
ask
+      versions of PHP prior to PHP 4.1.0, currently only the new XSLT 
extension in 
+      PHP 4.1.0 is supported. If you need support for the old extension, 
please ask
       your questions on the PHP mailing lists.
      </simpara>
     </note>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/configure.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/zip/configure.xml
diff -u phpdoc/en/reference/zip/configure.xml:1.10 
phpdoc/en/reference/zip/configure.xml:1.11
--- phpdoc/en/reference/zip/configure.xml:1.10  Wed Feb 14 18:57:17 2007
+++ phpdoc/en/reference/zip/configure.xml       Thu Feb 15 08:12:20 2007
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <section id="zip.installation">
  &reftitle.install;
  
  <section id="zip.old.installation">
-  <title>PHP4</title>
+  <title>PHP 4</title>
   
   <note>
    <para>
@@ -14,7 +14,7 @@
   
   <warning>
    <para>
-    Because the PHP4 zip extension is unmaintained we recommend that the PECL
+    Because the PHP 4 zip extension is unmaintained we recommend that the PECL
     extension is used rather than the bundled one.
    </para>
   </warning>
@@ -39,7 +39,7 @@
  </section>
 
  <section id="zip.installation.new">
-  <title>PHP5.2 and later</title>
+  <title>PHP 5.2.0 and later</title>
   
   <section id="zip.installation.new.linux">
    <title>Linux systems</title>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/reference.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/zip/reference.xml
diff -u phpdoc/en/reference/zip/reference.xml:1.13 
phpdoc/en/reference/zip/reference.xml:1.14
--- phpdoc/en/reference/zip/reference.xml:1.13  Wed Feb 14 18:57:17 2007
+++ phpdoc/en/reference/zip/reference.xml       Thu Feb 15 08:12:20 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- Purpose: compression -->
 <!-- Membership: bundled, pecl -->
 
@@ -21,13 +21,13 @@
    <section id="zip.requirements.old">
     <title>PHP 4</title>
     <para>
-     The bundled PHP4 version requires <ulink 
url="&url.zziplib;">ZZIPlib</ulink>,
+     The bundled PHP 4 version requires <ulink 
url="&url.zziplib;">ZZIPlib</ulink>,
      by Guido Draheim, version 0.10.6 or later 
     </para>
    </section>
 
    <section id="zip.requirements.new">
-    <title>PHP 5.2 or later</title>
+    <title>PHP 5.2.0 or later</title>
     <para>
      This extension uses the functions of <ulink url="&url.zlib;">zlib</ulink>
      by Jean-loup Gailly and Mark Adler.

Reply via email to