mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
4c2112e780
commit
9473066f35
3 changed files with 8 additions and 8 deletions
|
@ -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 @@ 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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue