Hi Anotoliy: this fix cause two tests failed in 5.3, https://bugs.php.net/bug.php?id=61811
could you plz look at this? maybe a wrong merge? thanks On Mon, Apr 2, 2012 at 11:22 PM, Anatoliy Belsky <[email protected]> wrote: > Commit: 909713e233704b4ac317ff3bb397cb40a82795b8 > Author: Anatoliy Belsky <[email protected]> Mon, 2 Apr 2012 17:22:46 > +0200 > Parents: 0cdba53aae783fd63f0aa525bc92e73d9e4c0aab > Branches: PHP-5.3 PHP-5.4 master > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=909713e233704b4ac317ff3bb397cb40a82795b8 > > Log: > Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails > > This 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. > > Bugs: > https://bugs.php.net/61566 > > Changed paths: > M ext/fileinfo/libmagic/cdf.c > M ext/fileinfo/libmagic/compress.c > M ext/fileinfo/libmagic/file.h > M ext/fileinfo/libmagic/readelf.c > M ext/fileinfo/tests/finfo_open_001.phpt > M ext/fileinfo/tests/finfo_open_error.phpt > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Laruence Xinchen Hui http://www.laruence.com/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
