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

 ID:                 61566
 Comment by:         a...@php.net
 Reported by:        a...@php.net
 Summary:            Fileinfo ext\fileinfo\tests\finfo_file_002.phpt
                     fails
 Status:             Open
 Type:               Bug
 Package:            *Directory/Filesystem functions
 Operating System:   Windows
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

The final patch fixes the failure caused by the posix lseek and read versions 
under windows in cdf_read() . Additionally all the occurences of lseek and read 
was replaced by _lseek and _reed for windows.


Previous Comments:
------------------------------------------------------------------------
[2012-04-02 15:07:31] a...@php.net

The following patch has been added/updated:

Patch Name: 61566.diff
Revision:   1333379251
URL:        
https://bugs.php.net/patch-display.php?bug=61566&patch=61566.diff&revision=1333379251

------------------------------------------------------------------------
[2012-04-02 12:58:03] a...@php.net

The following patch has been added/updated:

Patch Name: 61566.diff
Revision:   1333371483
URL:        
https://bugs.php.net/patch-display.php?bug=61566&patch=61566.diff&revision=1333371483

------------------------------------------------------------------------
[2012-03-31 10:02:49] a...@php.net

The following patch has been added/updated:

Patch Name: 61566.diff
Revision:   1333188169
URL:        
https://bugs.php.net/patch-display.php?bug=61566&patch=61566.diff&revision=1333188169

------------------------------------------------------------------------
[2012-03-30 15:11:21] a...@php.net

Description:
------------
Test diff:

001+
001- array(6) {
002-   ["%s/resources/dir.zip"]=>
003-   string(15) "application/zip"
004-   ["%s/resources/test.bmp"]=>
005-   string(14) "image/x-ms-bmp"
006-   ["%s/resources/test.gif"]=>
007-   string(9) "image/gif"
008-   ["%s/resources/test.jpg"]=>
009-   string(10) "image/jpeg"
010-   ["%s/resources/test.pdf"]=>
011-   string(15) "application/pdf"
012-   ["%s/resources/test.png"]=>
013-   string(9) "image/png"
014- }

Expected result:
----------------
test pass

Actual result:
--------------
test fails


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



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

Reply via email to