From e2d326e69f4ef77e226cc6594d68f4666e4c0203 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Mon, 24 May 2004 18:10:40 +0000 Subject: [PATCH] update for PHP 5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159518 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 66409211f1..73c3d6ffd7 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -97,7 +97,7 @@
HTTP and HTTPS - PHP 3, PHP 4. https:// since PHP 4.3.0 + PHP 3, PHP 4, PHP 5. https:// since PHP 4.3.0 http://example.com @@ -305,7 +305,7 @@ foreach(stream_get_meta_data($fp) as $response) {
FTP and FTPS - PHP 3, PHP 4. ftps:// since PHP 4.3.0 + PHP 3, PHP 4, PHP 5. ftps:// since PHP 4.3.0 ftp://example.com/pub/file.txt