From 9473066f35bd5cae3191c3f23058d935aae77ab5 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 24 Jan 2003 12:58:51 +0000 Subject: [PATCH] s/4.4.0/5.0.0/g git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113258 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/range.xml | 6 +++--- reference/dba/configure.xml | 6 +++--- reference/dba/reference.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/array/functions/range.xml b/reference/array/functions/range.xml index 118573fc54..57a50eb8fe 100644 --- a/reference/array/functions/range.xml +++ b/reference/array/functions/range.xml @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ New parameter - The optional step parameter was added in 4.4.0. + The optional step parameter was added in 5.0.0. @@ -44,7 +44,7 @@ foreach(range(0, 9) as $number) { 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; diff --git a/reference/dba/configure.xml b/reference/dba/configure.xml index a6e7d84894..2b9b50a1d5 100644 --- a/reference/dba/configure.xml +++ b/reference/dba/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -81,7 +81,7 @@ - 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 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 @@ 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. diff --git a/reference/dba/reference.xml b/reference/dba/reference.xml index 7307d28075..b8c02fd8e3 100644 --- a/reference/dba/reference.xml +++ b/reference/dba/reference.xml @@ -1,5 +1,5 @@ - + Database (dbm-style) abstraction layer functions dba @@ -89,7 +89,7 @@ db4 DB4 is Sleepycat Software's - DB4. This is available since PHP 4.4.0. + DB4. This is available since PHP 5.0.0.