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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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)

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 06:01:32 2025 UTC