#39714 [Fbk-Opn]: Files which ate stored in a SubFolder within the archive are not accessible

2006-12-04 Thread d dot ratz at gmx dot net
 ID:   39714
 User updated by:  d dot ratz at gmx dot net
 Reported By:  d dot ratz at gmx dot net
-Status:   Feedback
+Status:   Open
 Bug Type: Zip Related
 Operating System: Windows XP SP2
 PHP Version:  5.2.0
 Assigned To:  pierre
 New Comment:

Tried latest Version from snapshot Built On Dec 04, 2006 07:30 GMT and
this works


Previous Comments:


[2006-12-02 17:48:42] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Please provide a script without external data, or with file1.txt and
file2.txt (link to).

Also try with a recent version (snapshots or from pecl).



[2006-12-02 16:39:05] d dot ratz at gmx dot net

Description:

After creating a Zip-File including subfolders in it, the Structure can
not be read with Windows' own Utility (ZIP-compressed Folder - not sure
if this is translated correct). All Files that should appear in
Subfolder are not shown at all. 

With WinZip or WinRAR everything is OK. I checked also with
System.IO.Packaging API and this Engine is also not able to read the
Archive.

I used the updated php_zip.dll from php5.2-win32-latest as mentioned in
Bug-Report 39506.




Reproduce code:
---
$zip = new ZipArchive;
$res = $zip-open('some.zip', ZipArchive::CREATE);
if ($res === TRUE) {
$zip-addFile('file1.txt', 'file1.txt');
$zip-addFile('file2.txt', '/sub/file2.txt');
}

Expected result:

Zip-File with structure

file1.txt
sub
 |
 +-file2.txt



Actual result:
--
Structure in Windows-Tool and System.IO.Packaging API

file1.txt

Structure in WinZip / WinRar

file1.txt
sub
 |
 +-file2.txt





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


#39714 [NEW]: Files which ate stored in a SubFolder within the archive are not accessible

2006-12-02 Thread d dot ratz at gmx dot net
From: d dot ratz at gmx dot net
Operating system: Windows XP SP2
PHP version:  5.2.0
PHP Bug Type: Zip Related
Bug description:  Files which ate stored in a SubFolder within the archive are 
not accessible

Description:

After creating a Zip-File including subfolders in it, the Structure can
not be read with Windows' own Utility (ZIP-compressed Folder - not sure if
this is translated correct). All Files that should appear in Subfolder are
not shown at all. 

With WinZip or WinRAR everything is OK. I checked also with
System.IO.Packaging API and this Engine is also not able to read the
Archive.

I used the updated php_zip.dll from php5.2-win32-latest as mentioned in
Bug-Report 39506.




Reproduce code:
---
$zip = new ZipArchive;
$res = $zip-open('some.zip', ZipArchive::CREATE);
if ($res === TRUE) {
$zip-addFile('file1.txt', 'file1.txt');
$zip-addFile('file2.txt', '/sub/file2.txt');
}

Expected result:

Zip-File with structure

file1.txt
sub
 |
 +-file2.txt



Actual result:
--
Structure in Windows-Tool and System.IO.Packaging API

file1.txt

Structure in WinZip / WinRar

file1.txt
sub
 |
 +-file2.txt

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