4.0.7 -> 4.1.0

4.0.8 -> 4.2.0


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60091 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-10-17 16:24:01 +00:00
parent 73bac37b43
commit d00d946cb5
14 changed files with 35 additions and 35 deletions

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.103 $ -->
<!-- $Revision: 1.104 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@ -2804,9 +2804,9 @@ foreach(range('z', 'a') as $letter) {
</para>
<note>
<para>
Prior to version 4.0.7 the range() function only generated
Prior to version 4.1.0 the range() function only generated
incrementing integer arrays. Support for character sequences
and decrementing arrays was added in 4.0.7.
and decrementing arrays was added in 4.1.0.
</para>
</note>
<para>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<reference id="ref.fdf">
<title>Forms Data Format functions</title>
<titleabbrev>FDF</titleabbrev>
@ -569,7 +569,7 @@ unlink("outtest.fdf");
</para>
<para>
The <function>fdf_set_encoding</function> is available in
PHP-4.0.7 or later.
PHP 4.1.0 or later.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.82 $ -->
<!-- $Revision: 1.83 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -44,7 +44,7 @@ $file = basename ($path,".php"); // $file is set to "index"
</para>
<note>
<para>
The <parameter>suffix</parameter> parameter was added in PHP 4.0.7.
The <parameter>suffix</parameter> parameter was added in PHP 4.1.0.
</para>
</note>
<para>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<reference id="ref.mbstring">
<title>Multi-Byte String Functions</title>
<titleabbrev>
@ -949,7 +949,7 @@ echo mb_substitute_character();
HTTP output character encoding.
</para>
<para>
4.0.7 or later version, this hanlder adds charset HTTP header
4.1.0 or later version, this hanlder adds charset HTTP header
when following conditions are met:
</para>
<para>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.22 $ -->
<!-- $Revision: 1.23 $ -->
<reference id="ref.mnogo">
<title>mnoGoSearch Functions</title>
<titleabbrev>mnoGoSearch</titleabbrev>
@ -1253,7 +1253,7 @@ Following is an example of displaying links of the current level in format:
stores data when using built-in database and in cache mode.
By default <literal>/var</literal> directory of
<application>mnoGoSearch</application> installation is used. Can have
only string values. The parameter is available in php-4.0.7 or later.
only string values. The parameter is available in PHP 4.1.0 or later.
</simpara>
</listitem>
<listitem>
@ -1262,7 +1262,7 @@ Following is an example of displaying links of the current level in format:
stores data when using built-in database and in cache mode.
By default <literal>/var</literal> directory of
<application>mnoGoSearch</application> installation is used. Can have
only string values. The parameter is available in php-4.0.7 or later.
only string values. The parameter is available in PHP 4.1.0 or later.
</simpara>
</listitem>
</itemizedlist>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.60 $ -->
<!-- $Revision: 1.61 $ -->
<reference id="ref.pcre">
<title>Regular Expression Functions (Perl-Compatible)</title>
<titleabbrev>PCRE</titleabbrev>
@ -848,7 +848,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
<simpara>
This modifier turns on additional functionality of PCRE that
is incompatible with Perl. Pattern strings are treated as
UTF-8. This modifier is available from PHP 4.0.7 or greater.
UTF-8. This modifier is available from PHP 4.1.0 or greater.
</simpara>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<reference id="ref.sem">
<title>Semaphore and Shared Memory Functions</title>
<titleabbrev>Semaphore</titleabbrev>
@ -209,7 +209,7 @@
<note>
<simpara>
This function does not work on Windows systems. It was added on
PHP 4.0.7.
PHP 4.1.0.
</simpara>
</note>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.20 $ -->
<!-- $Revision: 1.21 $ -->
<reference id="ref.sockets">
<title>Socket functions</title>
<titleabbrev>Sockets</titleabbrev>
@ -435,7 +435,7 @@ echo "OK.\n\n";
<itemizedlist>
<listitem>
<simpara>
PHP_BINARY_READ - use the system read() (Default in PHP >= 4.0.7)
PHP_BINARY_READ - use the system read() (Default in PHP &gt;= 4.1.0)
</simpara>
</listitem>
<listitem>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.116 $ -->
<!-- $Revision: 1.117 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@ -1403,7 +1403,7 @@ echo "&lt;/PRE&gt;\n";
</funcsynopsis>
<note>
<simpara>
The second parameter was added in PHP 4.0.7
The second parameter was added in PHP 4.1.0
</simpara>
</note>
<para>
@ -1784,7 +1784,7 @@ echo $second[1]; /* prints "another" */
</funcsynopsis>
<note>
<simpara>
The second parameter was added in PHP 4.0.7
The second parameter was added in PHP 4.1.0
</simpara>
</note>
<para>
@ -3667,7 +3667,7 @@ echo substr_replace($var, '', 10, -1) . "&lt;br&gt;\n";
</funcsynopsis>
<note>
<simpara>
The second parameter was added in PHP 4.0.7
The second parameter was added in PHP 4.1.0
</simpara>
</note>
<para>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.72 $ -->
<!-- $Revision: 1.73 $ -->
<reference id="ref.var">
<title>Variable Functions</title>
<titleabbrev>Variables</titleabbrev>
@ -950,17 +950,17 @@ if (!odbc_execute ($stmt, &amp;$sqldata)) {
<itemizedlist>
<listitem>
<simpara>
"boolean" (or, since PHP 4.0.8, "bool")
"boolean" (or, since PHP 4.2.0, "bool")
</simpara>
</listitem>
<listitem>
<simpara>
"integer" (or, since PHP 4.0.8, "int")
"integer" (or, since PHP 4.2.0, "int")
</simpara>
</listitem>
<listitem>
<simpara>
"float" (only possible since PHP 4.0.8, for older versions use the
"float" (only possible since PHP 4.2.0, for older versions use the
deprecated variant "double")
</simpara>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<reference id="ref.yaz">
<title>YAZ functions</title>
<titleabbrev>YAZ</titleabbrev>
@ -205,7 +205,7 @@ if (empty($term) || count($host) == 0) {
<para>
If <parameter>options</parameter> is given as an array the contents
of the array serves as options. Note that array options are only
supported for PHP 4.0.7 and later.
supported for PHP 4.1.0 and later.
<variablelist>
<title><function>yaz_connect</function> options</title>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<reference id="ref.zip">
<title>Zip File Functions (Read Only Access)</title>
<titleabbrev>Zip</titleabbrev>
@ -25,8 +25,8 @@
</para>
<note>
<para>
Zip support before PHP 4.0.7 is experimental. This section
reflects the Zip extension as it exists in PHP 4.0.7 and later.
Zip support before PHP 4.1.0 is experimental. This section
reflects the Zip extension as it exists in PHP 4.1.0 and later.
</para>
</note>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<chapter id="language.constants">
<title>Constants</title>
@ -145,7 +145,7 @@ echo Constant; // outputs "Constant" and issues a notice.
<listitem>
<simpara>
The string representation of the version of the PHP parser
presently in use; e.g. '4.0.7-dev'.
presently in use; for example '4.1.0'.
</simpara>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.51 $ -->
<!-- $Revision: 1.52 $ -->
<chapter id="language.types">
<title>Types</title>
@ -346,7 +346,7 @@ var_dump($large_number);
positive there is no problem.
</simpara>
<simpara>
This is solved in PHP 4.0.7
This is solved in PHP 4.1.0
</simpara>
</warning>
</para>