From 3063cf43be0f9d06a9e56b13387cdf0f4b59f6a8 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 20 Aug 2003 22:36:20 +0000 Subject: [PATCH] Point to the official function, not its deprecated falias. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138371 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index e7e5d77497..62189a07cd 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -8,7 +8,7 @@ fopen and copy. In addition to these wrappers, as of PHP 4.3.0, you can write your own wrappers using PHP script and - stream_register_wrapper. + stream_wrapper_register.