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

 ID:                 53867
 Updated by:         fel...@php.net
 Reported by:        rquadl...@php.net
 Summary:            Test failure.
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Zip Related
 Operating System:   Windows XP SP3
 PHP Version:        5.3SVN-2011-01-28 (SVN)
-Assigned To:        
+Assigned To:        felipe
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2011-01-28 21:41:55] fel...@php.net

Automatic comment from SVN on behalf of felipe
Revision: http://svn.php.net/viewvc/?view=revision&revision=307829
Log: - Fixed bug #53867 (Test failure)
  patch by: rquadling at php.net

------------------------------------------------------------------------
[2011-01-28 15:20:19] rquadl...@php.net

Description:
------------
The ext/zip/tests/stream_meta_data.phpt test fails on windows.



The issue is in the URI test.



zip:///%stest_with_comment.zip#foo



I read this as ...



stream zip://

root /

path %s

file#query test_with_comments.zip#foo



On Windows the root is incorrect. It will be C: or D: (for example).



As the path is picked up using %s, the attached patch should work on
non-windows 

as well as windows.





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



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

Reply via email to