Edit report at https://bugs.php.net/bug.php?id=61565&edit=1
ID: 61565 Comment by: a...@php.net Reported by: a...@php.net Summary: Fileinfo ext\fileinfo\tests\finfo_file_001.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 patch fixes php_stream_open_wrapper_ex trying to open a directory descriptor under windows. Previous Comments: ------------------------------------------------------------------------ [2012-03-31 10:04:32] a...@php.net The following patch has been added/updated: Patch Name: 61565.diff Revision: 1333188272 URL: https://bugs.php.net/patch-display.php?bug=61565&patch=61565.diff&revision=1333188272 ------------------------------------------------------------------------ [2012-03-30 15:09:43] a...@php.net Description: ------------ Test diff: 009+ 010+ Warning: finfo_file(.): failed to open stream: Permission denied in C:\php-sdk\php53\vc9\x86\php-src\ext\fileinfo\tests\finfo_file_001.php on line 7 011+ bool(false) 009- string(9) "directory" Expected result: ---------------- test pass Actual result: -------------- test fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61565&edit=1