dave            Fri Mar  5 21:40:23 2004 EDT

  Modified files:              
    /phpdoc/en/features http-auth.xml 
    /phpdoc/en/reference/apache/functions       apache-response-headers.xml 
    /phpdoc/en/reference/array/functions        array-key-exists.xml range.xml 
    /phpdoc/en/reference/curl   reference.xml 
    /phpdoc/en/reference/imap/functions imap-get-quota.xml 
    /phpdoc/en/reference/math/functions log.xml 
    /phpdoc/en/reference/misc/functions exit.xml 
    /phpdoc/en/reference/nsapi/functions        nsapi-response-headers.xml 
    /phpdoc/en/reference/strings/functions      sprintf.xml 
  Log:
  - "PHP version x.y" => "PHP x.y" consistency.
  
  
http://cvs.php.net/diff.php/phpdoc/en/features/http-auth.xml?r1=1.37&r2=1.38&ty=u
Index: phpdoc/en/features/http-auth.xml
diff -u phpdoc/en/features/http-auth.xml:1.37 phpdoc/en/features/http-auth.xml:1.38
--- phpdoc/en/features/http-auth.xml:1.37       Tue Jan  6 04:23:31 2004
+++ phpdoc/en/features/http-auth.xml    Fri Mar  5 21:40:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
  <chapter id="features.http-auth">
   <title>HTTP authentication with PHP</title>
 
@@ -26,7 +26,7 @@
    <para>
     <link linkend="language.variables.superglobals">Autoglobals</link>, 
     such as <link linkend="reserved.variables.server">$_SERVER</link>, became 
-    available in PHP version <ulink url="&url.php.release4.1.0;">4.1.0</ulink>. 
+    available in PHP <ulink url="&url.php.release4.1.0;">4.1.0</ulink>. 
     <varname>$HTTP_SERVER_VARS</varname> has been available since PHP 3.
    </para>
   </note>
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-response-headers.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/apache/functions/apache-response-headers.xml
diff -u phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.5 
phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.6
--- phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.5        Sun 
Dec  7 16:01:09 2003
+++ phpdoc/en/reference/apache/functions/apache-response-headers.xml    Fri Mar  5 
21:40:18 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
   <refentry id="function.apache-response-headers">
    <refnamediv>
@@ -16,7 +16,7 @@
      </methodsynopsis>
     <para>
      Returns an array of all Apache response headers.  This functionality
-     is only available in PHP version 4.3.0 and greater.
+     is only available in PHP 4.3.0 and greater.
     </para>
     &reference.apache.note-nsapi-module;
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-key-exists.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/array/functions/array-key-exists.xml
diff -u phpdoc/en/reference/array/functions/array-key-exists.xml:1.7 
phpdoc/en/reference/array/functions/array-key-exists.xml:1.8
--- phpdoc/en/reference/array/functions/array-key-exists.xml:1.7        Fri Jul 25 
12:38:56 2003
+++ phpdoc/en/reference/array/functions/array-key-exists.xml    Fri Mar  5 21:40:19 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.119 -->
   <refentry id="function.array-key-exists">
    <refnamediv>
@@ -37,7 +37,7 @@
     <note>
      <simpara>
       The name of this function is <function>key_exists</function>
-      in PHP version 4.0.6.
+      in PHP 4.0.6.
      </simpara>
     </note>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/range.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/array/functions/range.xml
diff -u phpdoc/en/reference/array/functions/range.xml:1.13 
phpdoc/en/reference/array/functions/range.xml:1.14
--- phpdoc/en/reference/array/functions/range.xml:1.13  Thu Dec 18 12:43:30 2003
+++ phpdoc/en/reference/array/functions/range.xml       Fri Mar  5 21:40:19 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.range">
    <refnamediv>
@@ -66,7 +66,7 @@
     </para>
     <note>
      <para>
-      Prior to PHP version 4.1.0, <function>range</function> only generated
+      Prior to PHP 4.1.0, <function>range</function> only generated
       incrementing integer arrays.  Support for character sequences and
       decrementing arrays was added in 4.1.0.  Character sequence values
       are limited to a length of one.  If a length greater than one is
http://cvs.php.net/diff.php/phpdoc/en/reference/curl/reference.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.10 
phpdoc/en/reference/curl/reference.xml:1.11
--- phpdoc/en/reference/curl/reference.xml:1.10 Mon Dec 15 11:47:50 2003
+++ phpdoc/en/reference/curl/reference.xml      Fri Mar  5 21:40:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.curl">
   <title>CURL, Client URL Library Functions</title>
   <titleabbrev>CURL</titleabbrev>
@@ -28,7 +28,7 @@
      In order to use the CURL functions you need to install the <ulink
      url="&url.curl;">CURL</ulink> package. PHP requires that you use
      CURL 7.0.2-beta or higher. PHP will not work with any version of
-     CURL below version 7.0.2-beta. In PHP version 4.2.3, you will need 
+     CURL below version 7.0.2-beta. In PHP 4.2.3, you will need 
      CURL version 7.9.0 or higher.  From PHP 4.3.0, you will need a CURL
      version that's 7.9.8 or higher.  PHP 5.0.0 will most likely require 
      a CURL version greater than 7.10.5
http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-get-quota.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/imap/functions/imap-get-quota.xml
diff -u phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.11 
phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.12
--- phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.11  Thu Dec 18 12:44:50 
2003
+++ phpdoc/en/reference/imap/functions/imap-get-quota.xml       Fri Mar  5 21:40:20 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
   <refentry id="function.imap-get-quota">
    <refnamediv>
@@ -60,7 +60,7 @@
      </example>
     </para>
     <para>
-     As of PHP version 4.3, the function more properly reflects the
+     As of PHP 4.3, the function more properly reflects the
      functionality as dictated by the RFC 2087.  The array return value has
      changed to support an unlimited number of returned resources (i.e.
      messages, or sub-folders) with each named resource receiving an individual
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/log.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/math/functions/log.xml
diff -u phpdoc/en/reference/math/functions/log.xml:1.8 
phpdoc/en/reference/math/functions/log.xml:1.9
--- phpdoc/en/reference/math/functions/log.xml:1.8      Mon Jun 16 14:31:33 2003
+++ phpdoc/en/reference/math/functions/log.xml  Fri Mar  5 21:40:21 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.log">
    <refnamediv>
@@ -22,7 +22,7 @@
     <note>
      <para>
       The <parameter>base</parameter> parameter became available
-      with PHP version 4.3.0.
+      with PHP 4.3.0.
      </para>
      <para>
       As always you can calculate the logarithm in base <literal>b</literal>
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/exit.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/misc/functions/exit.xml
diff -u phpdoc/en/reference/misc/functions/exit.xml:1.6 
phpdoc/en/reference/misc/functions/exit.xml:1.7
--- phpdoc/en/reference/misc/functions/exit.xml:1.6     Mon Dec 15 11:52:03 2003
+++ phpdoc/en/reference/misc/functions/exit.xml Fri Mar  5 21:40:22 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
   <refentry id="function.exit">
    <refnamediv>
@@ -23,7 +23,7 @@
     </note>
     <note>
      <simpara>
-      PHP version &gt;= 4.2.0 does NOT print the <parameter>status</parameter>
+      PHP &gt;= 4.2.0 does NOT print the <parameter>status</parameter>
       if it is an <type>integer</type>.
      </simpara>
     </note>
http://cvs.php.net/diff.php/phpdoc/en/reference/nsapi/functions/nsapi-response-headers.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/nsapi/functions/nsapi-response-headers.xml
diff -u phpdoc/en/reference/nsapi/functions/nsapi-response-headers.xml:1.2 
phpdoc/en/reference/nsapi/functions/nsapi-response-headers.xml:1.3
--- phpdoc/en/reference/nsapi/functions/nsapi-response-headers.xml:1.2  Tue Jul 15 
04:00:48 2003
+++ phpdoc/en/reference/nsapi/functions/nsapi-response-headers.xml      Fri Mar  5 
21:40:22 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.nsapi-response-headers">
    <refnamediv>
     <refname>nsapi_response_headers</refname>
@@ -15,7 +15,7 @@
      </methodsynopsis>
     <para>
      Returns an array of all NSAPI response headers.  This functionality
-     is only available in PHP version 4.3.3 and greater.
+     is only available in PHP 4.3.3 and greater.
     </para>
     <para>
      See also <function>nsapi_request_headers</function> and
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sprintf.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/sprintf.xml
diff -u phpdoc/en/reference/strings/functions/sprintf.xml:1.7 
phpdoc/en/reference/strings/functions/sprintf.xml:1.8
--- phpdoc/en/reference/strings/functions/sprintf.xml:1.7       Mon Dec 15 11:53:50 
2003
+++ phpdoc/en/reference/strings/functions/sprintf.xml   Fri Mar  5 21:40:23 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.sprintf">
    <refnamediv>
@@ -119,7 +119,7 @@
      </orderedlist>
     </para>
     <para>
-     As of PHP version 4.0.6 the format string supports argument
+     As of PHP 4.0.6 the format string supports argument
      numbering/swapping.  Here is an example:
      <example>
       <title>Argument swapping</title>

Reply via email to