php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39742 Class 'ZipArchive' not found
Submitted: 2006-12-05 11:30 UTC Modified: 2006-12-05 11:40 UTC
From: eric dot leseint at ac-poitiers dot fr Assigned:
Status: Not a bug Package: *Compression related
PHP Version: 5.2.0 OS: Windows 2003 server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: eric dot leseint at ac-poitiers dot fr
New email:
PHP Version: OS:

 

 [2006-12-05 11:30 UTC] eric dot leseint at ac-poitiers dot fr
Description:
------------
I use php 5.2.0 on windows 2003 server. In documentation ZipArchive is in php package but when I launch zip archive 
$zip = new ZipArchive ();

the ZipArchive class is not found 








Patches

ss (last revision 2011-01-20 16:48 UTC by teratong at hotmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-05 11:40 UTC] tony2001@php.net
http://php.net/zip

Installation with PECL or bundled with PHP 5.2 or later

Windows users will enable php_zip.dll inside of php.ini in order to use these functions. In PHP 4 this DLL resides in the extensions/ directory within the PHP Windows binaries download. You may download this PECL extension DLL from the PHP Downloads page or at http://snaps.php.net/.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 07:01:29 2024 UTC