From f744cecae6761a8200c7666ecb175e7061feae24 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 23 Mar 2002 12:18:15 +0000 Subject: [PATCH] - Fix wrapper issue git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74843 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/zlib.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/zlib.xml b/functions/zlib.xml index 8b82aabc06..49c5e009e7 100644 --- a/functions/zlib.xml +++ b/functions/zlib.xml @@ -1,5 +1,5 @@ - + Zlib Compression Functions Zlib @@ -24,6 +24,10 @@ prepend the filename or path with a 'zlib:' prefix when calling fopen. + + In version 4.3.0, this special prefix has been changed to 'zlib://' + to prevent ambiguities with filenames containing ':'. + This feature requires a C runtime library that provides the fopencookie() function. To my current