From e2d90c82d6b38799be2a1879f64b72ee67e600de Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Mon, 24 May 2004 17:55:02 +0000 Subject: [PATCH] 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 --- appendices/comparisons.xml | 4 ++-- appendices/transports.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appendices/comparisons.xml b/appendices/comparisons.xml index e09fda8507..5a493ce3c6 100644 --- a/appendices/comparisons.xml +++ b/appendices/comparisons.xml @@ -1,9 +1,9 @@ - + PHP type comparison tables - The following tables demonstrate behaviors for PHP + The following tables demonstrate behaviors of PHP types and comparison operators, for both loose and strict comparisons. This diff --git a/appendices/transports.xml b/appendices/transports.xml index 16b037624c..afffca37aa 100644 --- a/appendices/transports.xml +++ b/appendices/transports.xml @@ -1,5 +1,5 @@ - + List of Supported Socket Transports @@ -18,7 +18,7 @@
Internet Domain: TCP, UDP, SSL, and TLS - PHP 3, PHP 4. ssl:// & tls:// since PHP 4.3 + PHP 3, PHP 4, PHP 5. ssl:// & tls:// since PHP 4.3