philip Thu Feb 1 00:46:02 2007 UTC
Modified files:
/phpdoc/en/appendices ini.xml
/phpdoc/en/language control-structures.xml
/phpdoc/en/reference/classobj/functions get-declared-classes.xml
/phpdoc/en/reference/info/functions get-included-files.xml
/phpdoc/en/reference/openssl reference.xml
/phpdoc/en/reference/pcre/functions preg-replace.xml
/phpdoc/en/reference/sdodasrel reference.xml
/phpdoc/en/reference/strings/functions strip-tags.xml strrpos.xml
/phpdoc/en/reference/zlib/functions gzgetss.xml
Log:
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 ;-)
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.45&r2=1.46&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.45 phpdoc/en/appendices/ini.xml:1.46
--- phpdoc/en/appendices/ini.xml:1.45 Mon Jan 29 03:53:04 2007
+++ phpdoc/en/appendices/ini.xml Thu Feb 1 00:46:01 2007
@@ -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>
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/control-structures.xml?r1=1.136&r2=1.137&diff_format=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.136
phpdoc/en/language/control-structures.xml:1.137
--- phpdoc/en/language/control-structures.xml:1.136 Mon Jan 22 01:20:23 2007
+++ phpdoc/en/language/control-structures.xml Thu Feb 1 00:46:02 2007
@@ -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 @@
<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 @@
<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>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/classobj/functions/get-declared-classes.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/classobj/functions/get-declared-classes.xml
diff -u phpdoc/en/reference/classobj/functions/get-declared-classes.xml:1.8
phpdoc/en/reference/classobj/functions/get-declared-classes.xml:1.9
--- phpdoc/en/reference/classobj/functions/get-declared-classes.xml:1.8 Sun Jan
14 15:10:19 2007
+++ phpdoc/en/reference/classobj/functions/get-declared-classes.xml Thu Feb
1 00:46:02 2007
@@ -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
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/get-included-files.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/info/functions/get-included-files.xml
diff -u phpdoc/en/reference/info/functions/get-included-files.xml:1.8
phpdoc/en/reference/info/functions/get-included-files.xml:1.9
--- phpdoc/en/reference/info/functions/get-included-files.xml:1.8 Thu Jan
15 00:15:32 2004
+++ phpdoc/en/reference/info/functions/get-included-files.xml Thu Feb 1
00:46:02 2007
@@ -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 @@
</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
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/openssl/reference.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/openssl/reference.xml
diff -u phpdoc/en/reference/openssl/reference.xml:1.11
phpdoc/en/reference/openssl/reference.xml:1.12
--- phpdoc/en/reference/openssl/reference.xml:1.11 Sun Sep 4 19:39:22 2005
+++ phpdoc/en/reference/openssl/reference.xml Thu Feb 1 00:46:02 2007
@@ -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>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-replace.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-replace.xml
diff -u phpdoc/en/reference/pcre/functions/preg-replace.xml:1.18
phpdoc/en/reference/pcre/functions/preg-replace.xml:1.19
--- phpdoc/en/reference/pcre/functions/preg-replace.xml:1.18 Sat Sep 30
18:20:02 2006
+++ phpdoc/en/reference/pcre/functions/preg-replace.xml Thu Feb 1 00:46:02 2007
@@ -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>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.19
phpdoc/en/reference/sdodasrel/reference.xml:1.20
--- phpdoc/en/reference/sdodasrel/reference.xml:1.19 Sat Oct 21 06:29:11 2006
+++ phpdoc/en/reference/sdodasrel/reference.xml Thu Feb 1 00:46:02 2007
@@ -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 @@
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 @@
<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 @@
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>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strip-tags.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/strings/functions/strip-tags.xml
diff -u phpdoc/en/reference/strings/functions/strip-tags.xml:1.11
phpdoc/en/reference/strings/functions/strip-tags.xml:1.12
--- phpdoc/en/reference/strings/functions/strip-tags.xml:1.11 Fri Mar 11
16:11:51 2005
+++ phpdoc/en/reference/strings/functions/strip-tags.xml Thu Feb 1
00:46:02 2007
@@ -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
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strrpos.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/strings/functions/strrpos.xml
diff -u phpdoc/en/reference/strings/functions/strrpos.xml:1.12
phpdoc/en/reference/strings/functions/strrpos.xml:1.13
--- phpdoc/en/reference/strings/functions/strrpos.xml:1.12 Fri Feb 17
12:33:11 2006
+++ phpdoc/en/reference/strings/functions/strrpos.xml Thu Feb 1 00:46:02 2007
@@ -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...
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zlib/functions/gzgetss.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/zlib/functions/gzgetss.xml
diff -u phpdoc/en/reference/zlib/functions/gzgetss.xml:1.7
phpdoc/en/reference/zlib/functions/gzgetss.xml:1.8
--- phpdoc/en/reference/zlib/functions/gzgetss.xml:1.7 Tue Nov 15 19:25:59 2005
+++ phpdoc/en/reference/zlib/functions/gzgetss.xml Thu Feb 1 00:46:02 2007
@@ -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>