Edit report at https://bugs.php.net/bug.php?id=63590&edit=1
ID: 63590 Patch added by: a...@php.net Reported by: a...@php.net Summary: Fileinfo different results in TS and NTS Status: Open Type: Bug Package: *Directory/Filesystem functions Operating System: windows PHP Version: Irrelevant Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: 63590.path Revision: 1353699077 URL: https://bugs.php.net/patch-display.php?bug=63590&patch=63590.path&revision=1353699077 Previous Comments: ------------------------------------------------------------------------ [2012-11-23 19:27:20] a...@php.net Description: ------------ There are two test fork for windows ext\fileinfo\tests\finfo_file_regex-win32.phpt ext\fileinfo\tests\finfo_open_error-win32.phpt which pass with NTS build and fail with TS one. Test script: --------------- ext\fileinfo\tests\finfo_file_regex-win32.phpt ext\fileinfo\tests\finfo_open_error-win32.phpt Expected result: ---------------- tests pass Actual result: -------------- Here is the test diff ext\fileinfo\tests\finfo_file_regex-win32.phpt 002+ string(28) "text/plain; charset=us-ascii" 002- string(10) "text/plain" ext\fileinfo\tests\finfo_open_error-win32.phpt 015+ 016+ Notice: finfo_open(): Warning: using regular magic file `C:\snaps\php-test-pack-5.5-ts-windows-vc9-x86-reb4825b\ext\fileinfo\tests\magic' in C:\snaps\php-test-pack-5.5-ts-windows-vc9-x86-reb4825b\ext\fileinfo\tests\finfo_open_error-win32.php on line 16 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63590&edit=1