mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix a little typo and mark transports being available in PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159517 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6ee05f523d
commit
e2d90c82d6
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<appendix id="types.comparisons">
|
||||
<title>PHP type comparison tables</title>
|
||||
<para>
|
||||
The following tables demonstrate behaviors for PHP
|
||||
The following tables demonstrate behaviors of PHP
|
||||
<link linkend="language.types">types</link> and
|
||||
<link linkend="language.operators.comparison">comparison
|
||||
operators</link>, for both loose and strict comparisons. This
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<appendix id="transports">
|
||||
<title>List of Supported Socket Transports</title>
|
||||
<para>
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
<section id="transports.inet">
|
||||
<title>Internet Domain: TCP, UDP, SSL, and TLS</title>
|
||||
<simpara>PHP 3, PHP 4. <literal>ssl://</literal> & <literal>tls://</literal> since PHP 4.3</simpara>
|
||||
<simpara>PHP 3, PHP 4, PHP 5. <literal>ssl://</literal> & <literal>tls://</literal> since PHP 4.3</simpara>
|
||||
|
||||
<note>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue