#39742 [NEW]: Class 'ZipArchive' not found

Ask a Question related to PHP Programming, Design and Development.

  1. #1

    Default #39742 [NEW]: Class 'ZipArchive' not found

    From: eric dot leseint at ac-poitiers dot fr
    Operating system: Windows 2003 server
    PHP version: 5.2.0
    PHP Bug Type: *Compression related
    Bug description: Class 'ZipArchive' not found

    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








    --
    Edit bug report at [url]http://bugs.php.net/?id=39742&edit=1[/url]
    --
    Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=39742&r=trysnapshot44[/url]
    Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=39742&r=trysnapshot52[/url]
    Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=39742&r=trysnapshot60[/url]
    Fixed in CVS: [url]http://bugs.php.net/fix.php?id=39742&r=fixedcvs[/url]
    Fixed in release: [url]http://bugs.php.net/fix.php?id=39742&r=alreadyfixed[/url]
    Need backtrace: [url]http://bugs.php.net/fix.php?id=39742&r=needtrace[/url]
    Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=39742&r=needscript[/url]
    Try newer version: [url]http://bugs.php.net/fix.php?id=39742&r=oldversion[/url]
    Not developer issue: [url]http://bugs.php.net/fix.php?id=39742&r=support[/url]
    Expected behavior: [url]http://bugs.php.net/fix.php?id=39742&r=notwrong[/url]
    Not enough info: [url]http://bugs.php.net/fix.php?id=39742&r=notenoughinfo[/url]
    Submitted twice: [url]http://bugs.php.net/fix.php?id=39742&r=submittedtwice[/url]
    register_globals: [url]http://bugs.php.net/fix.php?id=39742&r=globals[/url]
    PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=39742&r=php3[/url]
    Daylight Savings: [url]http://bugs.php.net/fix.php?id=39742&r=dst[/url]
    IIS Stability: [url]http://bugs.php.net/fix.php?id=39742&r=isapi[/url]
    Install GNU Sed: [url]http://bugs.php.net/fix.php?id=39742&r=gnused[/url]
    Floating point limitations: [url]http://bugs.php.net/fix.php?id=39742&r=float[/url]
    No Zend Extensions: [url]http://bugs.php.net/fix.php?id=39742&r=nozend[/url]
    MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=39742&r=mysqlcfg[/url]
    eric dot leseint at ac-poitiers dot fr Guest

  2. Similar Questions and Discussions

    1. #38943 [NEW]: serious misbehaviour extending ZipArchive class
      From: judas dot iscariote at gmail dot com Operating system: Linux PHP version: 5CVS-2006-09-24 (CVS) PHP Bug Type: Zip...
    2. CFGridApplet.class not found
      I'm getting a "CFGridApplet.class not found" error when trying to use a cfgrid. I'm running MX7. Does this mean I'm missing files on the server? Any...
    3. cftree class not found
      I am using cftree to display a navigation tree. The IIS server root is: C:\Inetpub\wwwroot My web site location is: D:\Web\Coldfusion\GMS ...
    4. #25055 [Opn->Bgs]: class COM not found
      ID: 25055 Updated by: derick@php.net Reported By: bart at mediawave dot nl -Status: Open +Status: ...
    5. #25055 [NEW]: class COM not found
      From: bart at mediawave dot nl Operating system: Windows 2000 PHP version: 5.0.0b1 (beta1) PHP Bug Type: COM related Bug...
  3. #2

    Default #39742 [Opn->Bgs]: Class 'ZipArchive' not found

    ID: 39742
    Updated by: [email]tony2001@php.net[/email]
    Reported By: eric dot leseint at ac-poitiers dot fr
    -Status: Open
    +Status: Bogus
    Bug Type: *Compression related
    Operating System: Windows 2003 server
    PHP Version: 5.2.0
    New Comment:

    [url]http://php.net/zip[/url]

    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 [url]http://snaps.php.net/[/url].


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-12-05 11:30:54] 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









    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39742&edit=1[/url]
    tony2001@php.net Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139