Removed references to PHP 5, PHP 7.0 (#544)

This commit is contained in:
Sergey Panteleev 2021-04-23 11:35:26 +03:00 committed by GitHub
parent 8d1a5d2d15
commit aab33d6443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 124 additions and 151 deletions

View file

@ -27,7 +27,7 @@
<listitem>
<simpara>
The current PHP "major" version as an integer (e.g., int(5)
from version "5.2.7-extra"). Available since PHP 5.2.7.
from version "5.2.7-extra").
</simpara>
</listitem>
</varlistentry>
@ -39,7 +39,7 @@
<listitem>
<simpara>
The current PHP "minor" version as an integer (e.g., int(2)
from version "5.2.7-extra"). Available since PHP 5.2.7.
from version "5.2.7-extra").
</simpara>
</listitem>
</varlistentry>
@ -51,7 +51,7 @@
<listitem>
<simpara>
The current PHP "release" version as an integer (e.g., int(7)
from version "5.2.7-extra"). Available since PHP 5.2.7.
from version "5.2.7-extra").
</simpara>
</listitem>
</varlistentry>
@ -64,7 +64,6 @@
<simpara>
The current PHP version as an integer, useful for
version comparisons (e.g., int(50207) from version "5.2.7-extra").
Available since PHP 5.2.7.
</simpara>
</listitem>
</varlistentry>
@ -77,8 +76,7 @@
<simpara>
The current PHP "extra" version as a string (e.g., '-extra'
from version "5.2.7-extra"). Often used by distribution
vendors to indicate a package version. Available since
PHP 5.2.7.
vendors to indicate a package version.
</simpara>
</listitem>
</varlistentry>
@ -89,7 +87,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.7.
</simpara>
</listitem>
</varlistentry>
@ -100,7 +98,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.7.
</simpara>
</listitem>
</varlistentry>
@ -112,7 +110,7 @@
<listitem>
<simpara>
The maximum length of filenames (including path) supported
by this build of PHP. Available since PHP 5.3.0.
by this build of PHP.
</simpara>
</listitem>
</varlistentry>
@ -162,7 +160,6 @@
<listitem>
<simpara>
The correct 'End Of Line' symbol for this platform.
Available since PHP 5.0.2
</simpara>
</listitem>
</varlistentry>
@ -175,7 +172,6 @@
<simpara>
The largest integer supported in this build of PHP. Usually int(2147483647)
in 32 bit systems and int(9223372036854775807) in 64 bit systems.
Available since PHP 5.0.5
</simpara>
</listitem>
</varlistentry>
@ -187,7 +183,7 @@
<listitem>
<simpara>
The smallest integer supported in this build of PHP. Usually int(-2147483648) in 32 bit systems and
int(-9223372036854775808) in 64 bit systems. Available since PHP 7.0.0.
int(-9223372036854775808) in 64 bit systems.
Usually, PHP_INT_MIN === ~PHP_INT_MAX.
</simpara>
</listitem>
@ -199,7 +195,7 @@
</term>
<listitem>
<simpara>
The size of an integer in bytes in this build of PHP. Available since PHP 5.0.5
The size of an integer in bytes in this build of PHP.
</simpara>
</listitem>
</varlistentry>
@ -343,7 +339,6 @@
<listitem>
<simpara>
Specifies where the manpages were installed into.
Available since PHP 5.3.7.
</simpara>
</listitem>
</varlistentry>
@ -566,7 +561,6 @@
<listitem>
<simpara>
<link linkend="errorfunc.constants">Error reporting constant</link>.
Available since PHP 5.2.0
</simpara>
</listitem>
</varlistentry>
@ -578,7 +572,6 @@
<listitem>
<simpara>
<link linkend="errorfunc.constants">Error reporting constant</link>.
Available since PHP 5.3.0
</simpara>
</listitem>
</varlistentry>
@ -590,7 +583,6 @@
<listitem>
<simpara>
<link linkend="errorfunc.constants">Error reporting constant</link>.
Available since PHP 5.3.0
</simpara>
</listitem>
</varlistentry>
@ -623,7 +615,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.0
</simpara>
</listitem>
</varlistentry>

View file

@ -381,7 +381,7 @@
<term><classname>ErrorException</classname></term>
<listitem>
<simpara>
Available since PHP 5.1.0.
</simpara>
</listitem>
</varlistentry>

View file

@ -90,7 +90,7 @@
<title>Unix Domain: Unix and UDG</title>
<simpara>
<literal>unix://</literal> and
<literal>udg://</literal> (udg:// since PHP 5).
<literal>udg://</literal>.
</simpara>
<itemizedlist>

View file

@ -333,7 +333,7 @@ foreach ($headers as $name => $content) {
<answer>
<para>
The available options are K (for Kilobytes), M (for Megabytes) and G (for
Gigabytes; available since PHP 5.1.0), and are all case-insensitive.
Gigabytes), and are all case-insensitive.
Anything else assumes bytes. <literal>1M</literal> equals one Megabyte or
<literal>1048576</literal> bytes. <literal>1K</literal> equals one
Kilobyte or <literal>1024</literal> bytes. These shorthand notations may

View file

@ -1907,7 +1907,7 @@ $ php -S 0.0.0.0:8000
<entry><link linkend="ini.cli-server.color">cli_server.color</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.4.0.</entry>
<entry></entry>
</row>
</tbody>
</tgroup>

View file

@ -14,7 +14,7 @@
and <varname>AUTH_TYPE</varname> set to the user name, password and
authentication type respectively. These predefined variables are found
in the <varname>$_SERVER</varname> array. Both "Basic" and "Digest"
(since PHP 5.1.0) authentication methods are supported. See the
authentication methods are supported. See the
<function>header</function> function for more information.
</simpara>

View file

@ -16,7 +16,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.0
</simpara>
</listitem>
</varlistentry>
@ -27,7 +27,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.0
</simpara>
</listitem>
</varlistentry>
@ -60,7 +60,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.0
</simpara>
</listitem>
</varlistentry>
@ -104,7 +104,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.0
</simpara>
</listitem>
</varlistentry>
@ -115,7 +115,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.0
</simpara>
</listitem>
</varlistentry>
@ -126,7 +126,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.0
</simpara>
</listitem>
</varlistentry>
@ -137,7 +137,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.0
</simpara>
</listitem>
</varlistentry>
@ -148,7 +148,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.4
</simpara>
</listitem>
</varlistentry>
@ -159,7 +159,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.0
</simpara>
</listitem>
</varlistentry>
@ -481,7 +481,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.1
</simpara>
</listitem>
</varlistentry>
@ -503,7 +503,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.3.0
</simpara>
</listitem>
</varlistentry>
@ -602,7 +602,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.14.1
Available since cURL 7.14.1
</simpara>
</listitem>
</varlistentry>
@ -723,7 +723,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.19 and 5.6.3
</simpara>
</listitem>
</varlistentry>
@ -734,7 +734,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.19 and 5.6.3
</simpara>
</listitem>
</varlistentry>
@ -745,7 +745,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.19 and 5.6.3
</simpara>
</listitem>
</varlistentry>
@ -1394,7 +1394,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.4.0 and cURL 7.15.5
Available since cURL 7.15.5
</simpara>
</listitem>
</varlistentry>
@ -1405,7 +1405,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.4.0 and cURL 7.15.5
Available since cURL 7.15.5
</simpara>
</listitem>
</varlistentry>
@ -1493,7 +1493,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.4
</simpara>
</listitem>
</varlistentry>
@ -1527,7 +1527,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.10.8
Available since cURL 7.10.8
</simpara>
</listitem>
</varlistentry>
@ -1538,7 +1538,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.3
</simpara>
</listitem>
</varlistentry>
@ -1747,7 +1747,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.3.7
</simpara>
</listitem>
</varlistentry>
@ -1758,7 +1758,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.4.7
</simpara>
</listitem>
</varlistentry>
@ -1769,7 +1769,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.4.7
</simpara>
</listitem>
</varlistentry>
@ -1780,7 +1780,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.4.7
</simpara>
</listitem>
</varlistentry>
@ -1791,7 +1791,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.4.7
</simpara>
</listitem>
</varlistentry>
@ -2077,7 +2077,7 @@
<listitem>
<simpara>
HTTP2 support built-in.
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
Available since cURL 7.33.0
</simpara>
</listitem>
</varlistentry>
@ -2089,7 +2089,7 @@
<listitem>
<simpara>
Supports files larger than 2GB.
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
Available since cURL 7.33.0
</simpara>
</listitem>
</varlistentry>
@ -2908,7 +2908,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.3.0 and cURL 7.16.1.
Available since cURL 7.16.1.
</simpara>
</listitem>
</varlistentry>
@ -2919,7 +2919,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.0
</simpara>
</listitem>
</varlistentry>
@ -2930,7 +2930,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.0
</simpara>
</listitem>
</varlistentry>
@ -2941,7 +2941,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.1.0
</simpara>
</listitem>
</varlistentry>
@ -2974,7 +2974,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.2.10 and cURL 7.10.
Available since cURL 7.10.
</simpara>
</listitem>
</varlistentry>
@ -3073,7 +3073,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.24 and 5.6.8 and cURL 7.33.0
Available since cURL 7.33.0
</simpara>
</listitem>
</varlistentry>
@ -3238,7 +3238,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.25.0
Available since cURL 7.25.0
</simpara>
</listitem>
</varlistentry>
@ -3249,7 +3249,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.25.0
Available since cURL 7.25.0
</simpara>
</listitem>
</varlistentry>
@ -3524,7 +3524,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.25.0
Available since cURL 7.25.0
</simpara>
</listitem>
</varlistentry>
@ -3535,7 +3535,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.25.0
Available since cURL 7.25.0
</simpara>
</listitem>
</varlistentry>
@ -3546,7 +3546,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.25.0
Available since cURL 7.25.0
</simpara>
</listitem>
</varlistentry>
@ -3557,7 +3557,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.16.0.
Available since cURL 7.16.0.
</simpara>
</listitem>
</varlistentry>
@ -3568,7 +3568,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.16.3.
Available since cURL 7.16.3.
</simpara>
</listitem>
</varlistentry>
@ -3746,7 +3746,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>
@ -3757,7 +3757,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>
@ -3768,7 +3768,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>
@ -3779,7 +3779,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>
@ -3790,7 +3790,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>
@ -3801,7 +3801,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.0 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>
@ -3845,7 +3845,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>
@ -3856,7 +3856,7 @@
</term>
<listitem>
<simpara>
Available since PHP 5.5.23 and PHP 5.6.7 and cURL 7.18.0.
Available since cURL 7.18.0.
</simpara>
</listitem>
</varlistentry>

View file

@ -92,8 +92,7 @@
on secure transfers.
</entry>
<entry valign="top">
Added in cURL 7.19.1.
Available since PHP 5.3.2.
Added in cURL 7.19.1.
Requires <constant>CURLOPT_VERBOSE</constant> to be on to have an effect.
</entry>
</row>
@ -106,7 +105,6 @@
</entry>
<entry valign="top">
Added in 7.15.2.
Available since PHP 5.5.0.
</entry>
</row>
<row>
@ -272,7 +270,7 @@
the number of small packets on the network.
</entry>
<entry valign="top">
Available since PHP 5.2.1 for versions compiled with libcurl 7.11.2 or
Available for versions compiled with libcurl 7.11.2 or
greater.
</entry>
</row>
@ -308,7 +306,7 @@
&true; to track the handle's request string.
</entry>
<entry valign="top">
Available since PHP 5.1.3. The <constant>CURLINFO_</constant>
The <constant>CURLINFO_</constant>
prefix is intentional.
</entry>
</row>
@ -663,7 +661,7 @@
timeouts with a minimum timeout allowed of one second.
</entry>
<entry valign="top">
Added in cURL 7.16.2. Available since PHP 5.2.3.
Added in cURL 7.16.2.
</entry>
</row>
<row>
@ -854,7 +852,7 @@
specific type of redirect occurs.
</entry>
<entry valign="top">
Added in cURL 7.19.1. Available since PHP 5.3.2.
Added in cURL 7.19.1.
</entry>
</row>
<row>
@ -1121,7 +1119,7 @@
supports them. If set to <literal>0</literal> (default) keepalive probes are disabled.
</entry>
<entry valign="top">
Added in cURL 7.25.0. Available since PHP 5.5.0.
Added in cURL 7.25.0.
</entry>
</row>
<row>
@ -1133,7 +1131,7 @@
The default is <literal>60</literal>.
</entry>
<entry valign="top">
Added in cURL 7.25.0. Available since PHP 5.5.0.
Added in cURL 7.25.0.
</entry>
</row>
<row>
@ -1145,7 +1143,7 @@
The default is <literal>60</literal>.
</entry>
<entry valign="top">
Added in cURL 7.25.0. Available since PHP 5.5.0.
Added in cURL 7.25.0.
</entry>
</row>
<row>
@ -1183,7 +1181,7 @@
timeouts with a minimum timeout allowed of one second.
</entry>
<entry valign="top">
Added in cURL 7.16.2. Available since PHP 5.2.3.
Added in cURL 7.16.2.
</entry>
</row>
<row>
@ -1218,7 +1216,7 @@
Defaults to unlimited speed.
</entry>
<entry valign="top">
Added in cURL 7.15.5. Available since PHP 5.4.0.
Added in cURL 7.15.5.
</entry>
</row>
<row>
@ -1230,7 +1228,7 @@
Defaults to unlimited speed.
</entry>
<entry valign="top">
Added in cURL 7.15.5. Available since PHP 5.4.0.
Added in cURL 7.15.5.
</entry>
</row>
<row>
@ -1271,7 +1269,7 @@
<constant>CURLFTPMETHOD_SINGLECWD</constant>.
</entry>
<entry valign="top">
Added in cURL 7.15.1. Available since PHP 5.3.0.
Added in cURL 7.15.1.
</entry>
</row>
</tbody>
@ -1368,7 +1366,7 @@
<literal>"RELOAD"</literal> loads all cookies from the files specified by <constant>CURLOPT_COOKIEFILE</constant>.
</entry>
<entry valign="top">
Available since PHP 5.5.0 and cURL 7.14.1.
Available since cURL 7.14.1.
</entry>
</row>
<row>
@ -1993,7 +1991,7 @@
The user name to use in authentication.
</entry>
<entry valign="top">
Added in cURL 7.19.1. Available since PHP 5.5.0.
Added in cURL 7.19.1.
</entry>
</row>
<row>
@ -2102,7 +2100,7 @@
</code>
</entry>
<entry valign="top">
Added in cURL 7.21.3. Available since PHP 5.5.0.
Added in cURL 7.21.3.
</entry>
</row>
</tbody>

View file

@ -20,7 +20,7 @@
<entry><link linkend="ini.curl.cainfo">curl.cainfo</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.3.7.</entry>
<entry></entry>
</row>
</tbody>
</tgroup>

View file

@ -39,7 +39,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
Since PHP 5.4.0 and Libxml 2.6.0, you may also use the
Since Libxml 2.6.0, you may also use the
<parameter>options</parameter> parameter to specify <link linkend="libxml.constants">additional Libxml parameters</link>.
</para>
</listitem>

View file

@ -36,7 +36,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
Since PHP 5.4.0 and Libxml 2.6.0, you may also use the
Since Libxml 2.6.0, you may also use the
<parameter>options</parameter> parameter to specify <link linkend="libxml.constants">additional Libxml parameters</link>.
</para>
</listitem>

View file

@ -35,7 +35,7 @@
<listitem>
<para>
A bitmask of Libxml schema validation flags. Currently the only supported value is <link
linkend="libxml.constants">LIBXML_SCHEMA_CREATE</link>. Available since PHP 5.5.2 and Libxml 2.6.14.
linkend="libxml.constants">LIBXML_SCHEMA_CREATE</link>. Available since Libxml 2.6.14.
</para>
</listitem>
</varlistentry>

View file

@ -34,7 +34,7 @@
<term><parameter>flags</parameter></term>
<listitem>
<para>
A bitmask of Libxml schema validation flags. Currently the only supported value is <link linkend="libxml.constants">LIBXML_SCHEMA_CREATE</link>. Available since PHP 5.5.2 and Libxml 2.6.14.
A bitmask of Libxml schema validation flags. Currently the only supported value is <link linkend="libxml.constants">LIBXML_SCHEMA_CREATE</link>. Available since Libxml 2.6.14.
</para>
</listitem>
</varlistentry>

View file

@ -32,7 +32,7 @@
<listitem>
<para>
<link linkend="libxml.constants">libxml parameters</link>. Available
since PHP 5.1.0 and Libxml 2.6.7.
since Libxml 2.6.7.
</para>
</listitem>
</varlistentry>

View file

@ -36,9 +36,6 @@
<simpara>
Return the mime type.
</simpara>
<simpara>
Available since PHP 5.3.0.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.fileinfo-mime-encoding">
@ -50,9 +47,6 @@
<simpara>
Return the mime encoding of the file.
</simpara>
<simpara>
Available since PHP 5.3.0.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.fileinfo-mime">
@ -76,7 +70,7 @@
Decompress compressed files.
</simpara>
<simpara>
Disabled since PHP 5.3.0 due to thread safety issues.
Disabled due to thread safety issues.
</simpara>
</listitem>
</varlistentry>

View file

@ -198,7 +198,7 @@
</term>
<listitem>
<simpara>
Since PHP 5.2.0.
</simpara>
</listitem>
</varlistentry>
@ -265,7 +265,7 @@
</term>
<listitem>
<para>
Binary mode (since PHP 5.2.7).
Binary mode.
<note>
<para>
This constant has no effect, and is only available for
@ -283,7 +283,7 @@
</term>
<listitem>
<para>
Text mode (since PHP 5.2.7).
Text mode.
<note>
<para>
This constant has no effect, and is only available for
@ -301,7 +301,7 @@
</term>
<listitem>
<simpara>
Normal INI scanner mode (since PHP 5.3).
Normal INI scanner mode.
</simpara>
</listitem>
</varlistentry>
@ -313,7 +313,7 @@
</term>
<listitem>
<simpara>
Raw INI scanner mode (since PHP 5.3).
Raw INI scanner mode.
</simpara>
</listitem>
</varlistentry>
@ -325,7 +325,7 @@
</term>
<listitem>
<simpara>
Typed INI scanner mode (since PHP 5.6.1).
Typed INI scanner mode.
</simpara>
</listitem>
</varlistentry>

View file

@ -43,7 +43,7 @@
</warning>
<note>
<simpara>
This extension is available on Windows platforms since PHP 5.1.0.
This extension is available on Windows platforms.
</simpara>
</note>
</preface>

View file

@ -34,7 +34,7 @@
<entry><link linkend="ini.intl.use-exceptions">intl.use_exceptions</link></entry>
<entry>0</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.5 and PECL 3.0.0a1</entry>
<entry>Available since PECL 3.0.0a1</entry>
</row>
</tbody>
</tgroup>

View file

@ -25,7 +25,7 @@
Indicates that the output buffer is being flushed, and had data to output.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>
@ -39,7 +39,7 @@
Indicates that the buffer has been flushed.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>
@ -53,7 +53,7 @@
Indicates that the output buffer has been cleaned.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>
@ -67,7 +67,7 @@
Indicates that this is the final output buffering operation.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>
@ -113,7 +113,7 @@
<function>ob_start</function> can be cleaned.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>
@ -128,7 +128,7 @@
<function>ob_start</function> can be flushed.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>
@ -143,7 +143,7 @@
<function>ob_start</function> can be removed before the end of the script.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>
@ -160,7 +160,7 @@
<constant>PHP_OUTPUT_HANDLER_REMOVABLE</constant>.
</para>
<para>
Available since PHP 5.4.
</para>
</listitem>
</varlistentry>

View file

@ -54,8 +54,8 @@ Backtrack limit was exhausted!
<member><constant>PREG_RECURSION_LIMIT_ERROR</constant> (see also <link
linkend="ini.pcre.recursion-limit">pcre.recursion_limit</link>)</member>
<member><constant>PREG_BAD_UTF8_ERROR</constant></member>
<member><constant>PREG_BAD_UTF8_OFFSET_ERROR</constant> (since PHP 5.3.0)</member>
<member><constant>PREG_JIT_STACKLIMIT_ERROR</constant> (since PHP 7.0.0)</member>
<member><constant>PREG_BAD_UTF8_OFFSET_ERROR</constant></member>
<member><constant>PREG_JIT_STACKLIMIT_ERROR</constant></member>
</simplelist>
</para>
</refsect1>

View file

@ -303,7 +303,7 @@
<listitem>
<simpara>
Fetch a two-column result into an array where the first column is a key and the second column
is the value. Available since PHP 5.2.3.
is the value.
</simpara>
</listitem>
</varlistentry>
@ -327,8 +327,7 @@
<listitem>
<simpara>
As <constant>PDO::FETCH_INTO</constant> but object is provided as a serialized string.
Available since PHP 5.1.0. Since PHP 5.3.0 the class constructor is never called if this
flag is set.
The class constructor is never called if this flag is set.
</simpara>
</listitem>
</varlistentry>
@ -339,7 +338,7 @@
</term>
<listitem>
<simpara>
Call the constructor before setting properties. Available since PHP 5.2.0.
Call the constructor before setting properties.
</simpara>
</listitem>
</varlistentry>
@ -595,7 +594,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
</term>
<listitem>
<simpara>
Available since PHP 5.2.0
</simpara>
</listitem>
</varlistentry>
@ -606,7 +605,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
</term>
<listitem>
<simpara>
Available since PHP 5.1.3.
</simpara>
</listitem>
</varlistentry>

View file

@ -10,9 +10,6 @@
(<type>int</type>)
</term>
<listitem>
<para>
Available since PHP 5.3.0.
</para>
<para>
Sets the date format.
</para>
@ -27,9 +24,6 @@
<para>
Sets the time format.
</para>
<para>
Available since PHP 5.3.0.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="pdo.constants.fb-attr-timestamp-format">
@ -41,9 +35,6 @@
<para>
Sets the timestamp format.
</para>
<para>
Available since PHP 5.3.0.
</para>
</listitem>
</varlistentry>
</variablelist>

View file

@ -20,13 +20,13 @@
<entry><link linkend="ini.pdo-odbc.connection-pooling">pdo_odbc.connection_pooling</link></entry>
<entry>"strict"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.1.0.</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.pdo-odbc.db2-instance-name">pdo_odbc.db2_instance_name</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 5.1.1. &removed.php.future;</entry>
<entry>&removed.php.future;</entry>
</row>
</tbody>
</tgroup>

View file

@ -21,13 +21,13 @@
<entry><link linkend="ini.cli.pager">cli.pager</link></entry>
<entry>""</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.4.0.</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.cli.prompt">cli.prompt</link></entry>
<entry>"\\b \\> "</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 5.4.0.</entry>
<entry></entry>
</row>
</tbody>
</tgroup>

View file

@ -20,7 +20,7 @@
<methodparam choice="opt"><type>callable</type><parameter>update_timestamp</parameter></methodparam>
</methodsynopsis>
<para>
Since PHP 5.4 it is possible to register the following prototype:
It is possible to register the following prototype:
</para>
<methodsynopsis>
<type>bool</type><methodname>session_set_save_handler</methodname>
@ -50,7 +50,7 @@
<interfacename>SessionIdInterface</interfacename> and/or
<interfacename>SessionUpdateTimestampHandlerInterface</interfacename>, such as
<classname>SessionHandler</classname>, to register as the session
handler. Since PHP 5.4 only.
handler.
</para>
</listitem>
</varlistentry>

View file

@ -59,7 +59,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
Since PHP 5.1.0 and Libxml 2.6.0, you may also use the
Since Libxml 2.6.0, you may also use the
<parameter>options</parameter> parameter to specify <link
linkend="libxml.constants">additional Libxml parameters</link>.
</para>

View file

@ -67,7 +67,7 @@ class bar implements foo {}
print_r(class_implements(new bar));
// since PHP 5.1.0 you may also specify the parameter as a string
// you may also specify the parameter as a string
print_r(class_implements('bar'));

View file

@ -66,7 +66,7 @@ class bar extends foo {}
print_r(class_parents(new bar));
// since PHP 5.1.0 you may also specify the parameter as a string
// you may also specify the parameter as a string
print_r(class_parents('bar'));

View file

@ -292,21 +292,21 @@
<entry><constant>STREAM_SHUT_RD</constant></entry>
<entry>
Used with <function>stream_socket_shutdown</function> to disable
further receptions. Added in PHP 5.2.1.
further receptions.
</entry>
</row>
<row xml:id="constant.stream-shut-wr">
<entry><constant>STREAM_SHUT_WR</constant></entry>
<entry>
Used with <function>stream_socket_shutdown</function> to disable
further transmissions. Added in PHP 5.2.1.
further transmissions.
</entry>
</row>
<row xml:id="constant.stream-shut-rdwr">
<entry><constant>STREAM_SHUT_RDWR</constant></entry>
<entry>
Used with <function>stream_socket_shutdown</function> to disable
further receptions and transmissions. Added in PHP 5.2.1.
further receptions and transmissions.
</entry>
</row>
<row xml:id="constant.stream-cast-for-select">
@ -383,16 +383,15 @@
</para>
<note>
<simpara>
The constants marked with <literal>+</literal> are available since PHP
5.1.0 and are meant to be used with
The constants marked with <literal>+</literal> are meant to be used with
<function>stream_socket_pair</function>. Please note that some of these
constants might not be available in your system.
</simpara>
</note>
<note>
<simpara>
The <constant>STREAM_META_*</constant> constants are available since PHP
5.4.0 and are meant to be used with <function>stream_metadata</function>.
The <constant>STREAM_META_*</constant> constants
are meant to be used with <function>stream_metadata</function>.
</simpara>
</note>
</appendix>

View file

@ -943,7 +943,7 @@
</term>
<listitem>
<simpara>
Since PHP 5.6.0, PECL zip 1.12.4
Since PECL zip 1.12.4
</simpara>
</listitem>
</varlistentry>