From c3c75ec6f4029960fc8fe445d0feb82bc08a8916 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sat, 22 Nov 2003 18:07:14 +0000 Subject: [PATCH] Stream is not closed automatically. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144745 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zlib/functions/gzpassthru.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reference/zlib/functions/gzpassthru.xml b/reference/zlib/functions/gzpassthru.xml index 58d4d6c931..dac67c15c3 100644 --- a/reference/zlib/functions/gzpassthru.xml +++ b/reference/zlib/functions/gzpassthru.xml @@ -1,5 +1,5 @@ - + @@ -25,10 +25,6 @@ The file pointer must be valid, and must point to a file successfully opened by gzopen. - - The gz-file is closed when gzpassthru is - done reading it (leaving zp useless). -