philip Sun Jun 22 15:43:21 2003 EDT
Modified files:
/phpdoc/en/appendices transports.xml wrappers.xml
/phpdoc/en/reference/dir/functions opendir.xml
/phpdoc/en/reference/sockets/functions socket-create.xml
Log:
4.3->4.3.0, 5.0->5.0.0
Index: phpdoc/en/appendices/transports.xml
diff -u phpdoc/en/appendices/transports.xml:1.2 phpdoc/en/appendices/transports.xml:1.3
--- phpdoc/en/appendices/transports.xml:1.2 Mon Apr 28 18:45:41 2003
+++ phpdoc/en/appendices/transports.xml Sun Jun 22 15:43:20 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<appendix id="transports">
<title>List of Supported Socket Transports</title>
<para>
@@ -70,8 +70,8 @@
The <literal>ssl://</literal> and <literal>tls://</literal> transports
(available only when openssl support is compiled into PHP) are extensions
of the <literal>tcp://</literal> transport which includes SSL encryption.
- In <literal>PHP 4.3</literal> OpenSSL support must be statically
- compiled into <literal>PHP</literal>, in <literal>PHP 5.0</literal>
+ Since <literal>PHP 4.3.0</literal> OpenSSL support must be statically
+ compiled into <literal>PHP</literal>, since <literal>PHP 5.0.0</literal>
it may be compiled as a module or statically.
</simpara>
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.20 phpdoc/en/appendices/wrappers.xml:1.21
--- phpdoc/en/appendices/wrappers.xml:1.20 Wed Jun 18 15:42:28 2003
+++ phpdoc/en/appendices/wrappers.xml Sun Jun 22 15:43:20 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@@ -94,7 +94,7 @@
</para>
<para>
<table>
- <title>Context options (as of <literal>PHP 5.0</literal>)</title>
+ <title>Context options (as of <literal>PHP 5.0.0</literal>)</title>
<tgroup cols="3">
<thead>
<row>
@@ -186,7 +186,7 @@
<note>
<title>Appending</title>
<simpara>
- As of <literal>PHP 5.0</literal> files may be appended via the
+ As of <literal>PHP 5.0.0</literal> files may be appended via the
<literal>ftp://</literal> url wrapper. In prior versions, attempting
to append to a file via <literal>ftp://</literal> will result in failure.
</simpara>
@@ -251,7 +251,7 @@
</para>
<para>
<table>
- <title>Context options (as of <literal>PHP 5.0</literal>)</title>
+ <title>Context options (as of <literal>PHP 5.0.0</literal>)</title>
<tgroup cols="3">
<thead>
<row>
Index: phpdoc/en/reference/dir/functions/opendir.xml
diff -u phpdoc/en/reference/dir/functions/opendir.xml:1.4
phpdoc/en/reference/dir/functions/opendir.xml:1.5
--- phpdoc/en/reference/dir/functions/opendir.xml:1.4 Thu Apr 24 19:45:04 2003
+++ phpdoc/en/reference/dir/functions/opendir.xml Sun Jun 22 15:43:20 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
<refentry id="function.opendir">
<refnamediv>
@@ -50,10 +50,11 @@
</example>
</para>
<para>
- As of <literal>PHP 4.3</literal> <parameter>path</parameter> can also
+ As of <literal>PHP 4.3.0</literal> <parameter>path</parameter> can also
be any URL which supports directory listing, however only the
<literal>file://</literal>
- url wrapper supports this in <literal>PHP 4.3</literal>. As of <literal>PHP
5.0</literal>,
- support for the <literal>ftp://</literal> url wrapper is included as well.
+ url wrapper supports this in <literal>PHP 4.3</literal>. As of
+ <literal>PHP 5.0.0</literal>, support for the <literal>ftp://</literal>
+ url wrapper is included as well.
</para>
<para>
See also <function>is_dir</function>,
Index: phpdoc/en/reference/sockets/functions/socket-create.xml
diff -u phpdoc/en/reference/sockets/functions/socket-create.xml:1.5
phpdoc/en/reference/sockets/functions/socket-create.xml:1.6
--- phpdoc/en/reference/sockets/functions/socket-create.xml:1.5 Thu Apr 17 17:44:32
2003
+++ phpdoc/en/reference/sockets/functions/socket-create.xml Sun Jun 22 15:43:21
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.4 -->
<refentry id="function.socket-create">
<refnamediv>
@@ -44,7 +44,7 @@
<entry>AF_INET6</entry>
<entry>
IPv6 Internet based protocols. TCP and UDP are common protocols of
- this protocol family. Support added in <literal>PHP 5.0</literal>.
+ this protocol family. Support added in <literal>PHP 5.0.0</literal>.
</entry>
</row>
<row>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php