derick          Fri Jan 24 07:58:51 2003 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        range.xml 
    /phpdoc/en/reference/dba    configure.xml reference.xml 
  Log:
  s/4.4.0/5.0.0/g
  
Index: phpdoc/en/reference/array/functions/range.xml
diff -u phpdoc/en/reference/array/functions/range.xml:1.6 
phpdoc/en/reference/array/functions/range.xml:1.7
--- phpdoc/en/reference/array/functions/range.xml:1.6   Thu Dec 26 11:52:16 2002
+++ phpdoc/en/reference/array/functions/range.xml       Fri Jan 24 07:58:51 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.range">
    <refnamediv>
@@ -24,7 +24,7 @@
     <note>
      <title>New parameter</title>
      <simpara>
-      The optional <parameter>step</parameter> parameter was added in 4.4.0.
+      The optional <parameter>step</parameter> parameter was added in 5.0.0.
      </simpara>
     </note>
     <para>
@@ -44,7 +44,7 @@
     echo $number;
 }
 
-// The step parameter was introduced in 4.4.0
+// The step parameter was introduced in 5.0.0
 // array(0,10,20,30,40,50,60,70,80,90,100)
 foreach(range(0, 100, 10) as $number) {
     echo $number;
Index: phpdoc/en/reference/dba/configure.xml
diff -u phpdoc/en/reference/dba/configure.xml:1.2 
phpdoc/en/reference/dba/configure.xml:1.3
--- phpdoc/en/reference/dba/configure.xml:1.2   Fri Nov 29 06:32:52 2002
+++ phpdoc/en/reference/dba/configure.xml       Fri Jan 24 07:58:51 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="dba.installation">
  &reftitle.install;
  <para>
@@ -81,7 +81,7 @@
       </note>
       <note>
        <para>
-        This was added in PHP 4.4.0. In earlier version you need to use
+        This was added in PHP 5.0.0. In earlier version you need to use
         <option role="configure">--with-db3=DIR</option> with DIR being the
         path to db4 librarie. It is not possible to use db versions starting 
         from 4.1 with PHP prior to version 4.3.0.
@@ -126,7 +126,7 @@
    <para>
     Up to PHP 4.3.0 you are able to add both db2 and db3 handler but only one
     of them can be used internally. That means that you cannot have both file 
-    formats. Starting with PHP 4.4.0 there is a configuration check avoid such
+    formats. Starting with PHP 5.0.0 there is a configuration check avoid such
     missconfigurations.
    </para>
   </note>
Index: phpdoc/en/reference/dba/reference.xml
diff -u phpdoc/en/reference/dba/reference.xml:1.10 
phpdoc/en/reference/dba/reference.xml:1.11
--- phpdoc/en/reference/dba/reference.xml:1.10  Fri Nov 29 06:32:52 2002
+++ phpdoc/en/reference/dba/reference.xml       Fri Jan 24 07:58:51 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.dba">
   <title>Database (dbm-style) abstraction layer functions</title>
   <titleabbrev>dba</titleabbrev>
@@ -89,7 +89,7 @@
         <entry><literal>db4</literal></entry>
         <entry>
          DB4 is <ulink url="&url.sleepycat;">Sleepycat Software's
-         DB4</ulink>. This is available since PHP 4.4.0.
+         DB4</ulink>. This is available since PHP 5.0.0.
         </entry>
        </row>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to