ID:               43093
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alan at dunns dot co dot uk
-Status:           Open
+Status:           Feedback
 Bug Type:         Zip Related
 Operating System: Linux
 PHP Version:      5.2.4
 Assigned To:      pajoye
 New Comment:

These credentials do not work. Please mail me a working user/password
(pierre dot php at gmail dot com)


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

[2007-10-24 13:52:57] alan at dunns dot co dot uk

please remove connection data after download

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

[2007-10-24 13:51:36] alan at dunns dot co dot uk

You can get a file example at ftp server 195.8.188.187 in folder
php_bug.

Username: general
password: boUnt6FoTo

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

[2007-10-24 12:12:13] [EMAIL PROTECTED]

Please provide a link to the non working zip data.

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

[2007-10-24 12:05:29] alan at dunns dot co dot uk

Description:
------------
using zip->open(), zip->extractTo on a zip file less than (approx)
250mb works fine. Using it on a file size over 250mb it fails.



Reproduce code:
---------------
$zip = new ZipArchive;
$zip->open("/srv/ftp/bountywin/TEST/IN/Bounty_02695b.zip");
        $zip->extractTo("/srv/ftp/bountywin/TEST/IN/TEMPDATA");
        $zip->close();

Actual result:
--------------
Warning: ZipArchive::extractTo() [function.ZipArchive-extractTo]:
Invalid or unitialized Zip object in
/srv/www/vhosts/bountywebtest/test/test.php on line 12

Warning: ZipArchive::close() [function.ZipArchive-close]: Invalid or
unitialized Zip object in /srv/www/vhosts/bountywebtest/test/test.php on
line 13


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


-- 
Edit this bug report at http://bugs.php.net/?id=43093&edit=1

Reply via email to