From 75ecf167caf5865f205d862e4ff65529a39df34a Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Wed, 27 Jun 2001 01:55:15 +0000 Subject: [PATCH] added note about zip support prior to 4.0.7 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50256 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/zip.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/zip.xml b/functions/zip.xml index d1093b55c0..b461ceaed9 100644 --- a/functions/zip.xml +++ b/functions/zip.xml @@ -21,6 +21,12 @@ configuration option when compiling PHP to enable zip support. This module requires ZZIPlib version >= 0.10.6. + + + Zip support before PHP 4.0.7 is experimental. This section + reflects the Zip extension as it exists in PHP 4.0.7 and later. + + Example Usage