mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Removed use of PL, RC, and BETA from PHP versions as they go against our
conventions. # Thanks to etienne and nuno for being regex masters ;-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228614 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
658355c9e7
commit
9dfd4d483b
10 changed files with 25 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
<?ml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<!-- $Revision: 1.46 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -3353,7 +3353,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
As of 4.0b4, PHP always outputs a character encoding by default in
|
||||
As of 4.0.0, PHP always outputs a character encoding by default in
|
||||
the Content-type: header. To disable sending of the charset, simply
|
||||
set it to be empty.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.136 $ -->
|
||||
<!-- $Revision: 1.137 $ -->
|
||||
<chapter id="language.control-structures">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -1626,7 +1626,7 @@ function get_include_contents($filename) {
|
|||
<para>
|
||||
<note>
|
||||
<para>
|
||||
<function>require_once</function> was added in PHP 4.0.1pl2
|
||||
<function>require_once</function> was added in PHP 4.0.1
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
@ -1693,7 +1693,7 @@ require_once("A.php"); // this will include a.php again on Windows! (PHP 4 only)
|
|||
<para>
|
||||
<note>
|
||||
<para>
|
||||
<function>include_once</function> was added in PHP 4.0.1pl2
|
||||
<function>include_once</function> was added in PHP 4.0.1
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.get-declared-classes">
|
||||
<refnamediv>
|
||||
<refname>get_declared_classes</refname>
|
||||
|
@ -23,7 +23,7 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
In PHP 4.0.1pl2, three extra classes are returned at the beginning of
|
||||
In PHP 4.0.1, three extra classes are returned at the beginning of
|
||||
the array: <classname>stdClass</classname> (defined in
|
||||
<filename>Zend/zend.c</filename>),
|
||||
<classname>OverloadedTestClass</classname> (defined in
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
|
||||
<refentry id="function.get-included-files">
|
||||
<refnamediv>
|
||||
|
@ -72,7 +72,7 @@ test4.php
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
In PHP 4.0.1pl2 and previous versions
|
||||
In PHP 4.0.1 and previous versions
|
||||
<function>get_included_files</function> assumed that the
|
||||
required files ended in the extension <literal>.php</literal>;
|
||||
other extensions would not be returned. The array returned by
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- Purpose: mathcrypto.crypto -->
|
||||
<!-- Membership: bundled, external -->
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
In order to use the OpenSSL functions you need to install the <ulink
|
||||
url="&url.openssl;">OpenSSL</ulink> package.
|
||||
PHP between versions 4.0.5 and 4.3.1 will work with OpenSSL >= 0.9.5.
|
||||
Other versions (PHP <=4.0.4pl1 and >= 4.3.2) require OpenSSL >=
|
||||
Other versions (PHP <=4.0.4 and >= 4.3.2) require OpenSSL >=
|
||||
0.9.6.
|
||||
</para>
|
||||
<warning>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.preg-replace">
|
||||
<refnamediv>
|
||||
|
@ -147,7 +147,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>4.0.1pl2</entry>
|
||||
<entry>4.0.1</entry>
|
||||
<entry>
|
||||
Added the <parameter>limit</parameter> parameter
|
||||
</entry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- Purpose: database.abstract -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- State: experimental -->
|
||||
|
@ -170,7 +170,7 @@ require_once 'SDO/DAS/Relational.php';
|
|||
required levels of PHP should be found in the changelog for the
|
||||
package on PECL. At the time of writing, though, the Relational
|
||||
DAS requires the most recent beta level of PHP 5.1, that is
|
||||
PHP 5.1.0b3.
|
||||
PHP 5.1.0.
|
||||
</para>
|
||||
<para>
|
||||
The Relational DAS uses PDO to access the relational database,
|
||||
|
@ -181,13 +181,13 @@ require_once 'SDO/DAS/Relational.php';
|
|||
<para>
|
||||
MySQL 4.1.14, on Windows.
|
||||
The Relational DAS operates correctly with the php_pdo_mysql
|
||||
driver that comes with the pre-built binaries for PHP 5.1.0b3.
|
||||
driver that comes with the pre-built binaries for PHP 5.1.0.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL 4.1.13, on Linux. It is necessary to have the most up-to-date
|
||||
PDO driver for MySQL, which comes built in to PHP 5.1.0b3.
|
||||
PDO driver for MySQL, which comes built in to PHP 5.1.0.
|
||||
It may be necessary to uninstall the usual driver that would have
|
||||
come from PECL using
|
||||
<command>pear uninstall pdo_mysql</command>
|
||||
|
@ -200,7 +200,7 @@ require_once 'SDO/DAS/Relational.php';
|
|||
DB2 8.2 Personal Edition, on Windows.
|
||||
The Relational DAS operates correctly with the
|
||||
php_pdo_odbc driver that comes with the pre-built binaries for
|
||||
PHP 5.1.0b3.
|
||||
PHP 5.1.0.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.strip-tags">
|
||||
<refnamediv>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<note>
|
||||
<para>
|
||||
<parameter>allowable_tags</parameter> was added in PHP 3.0.13
|
||||
and PHP 4.0b3.
|
||||
and PHP 4.0.0.
|
||||
</para>
|
||||
<para>
|
||||
Since PHP 4.3.0, HTML comments are also stripped. This is hardcoded and can
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
|
||||
<refentry id="function.strrpos">
|
||||
<refnamediv>
|
||||
|
@ -36,13 +36,13 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
|
||||
// in PHP 4.0b3 and newer:
|
||||
// in PHP 4.0.0 and newer:
|
||||
$pos = strrpos($mystring, "b");
|
||||
if ($pos === false) { // note: three equal signs
|
||||
// not found...
|
||||
}
|
||||
|
||||
// in versions older than 4.0b3:
|
||||
// in versions older than 4.0.0:
|
||||
$pos = strrpos($mystring, "b");
|
||||
if (is_bool($pos) && !$pos) {
|
||||
// not found...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.gzgetss">
|
||||
<refnamediv>
|
||||
<refname>gzgetss</refname>
|
||||
|
@ -73,7 +73,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>3.0.13 and 4.0b3</entry>
|
||||
<entry>3.0.13 and 4.0.0</entry>
|
||||
<entry>
|
||||
<parameter>allowable_tags</parameter> was added.
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue