summaryrefslogtreecommitdiff
path: root/ext/fileinfo/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-274-95/+0
|\ | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows Conflicts: NEWS ext/fileinfo/libmagic.patch ext/fileinfo/tests/finfo_open_error-win32.phpt
| * Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under WindowsAnatoliy Belsky2012-11-274-88/+0
| |
| * Merge the fix for #61964 to 5.3, which will fix #63304Xinchen Hui2012-10-181-0/+69
| |
* | Merge branch 'pull-request/91' into PHP-5.4Stanislav Malyshev2012-07-141-0/+69
|\ \ | | | | | | | | | | | | * pull-request/91: Fixed bug #61964 (finfo_open with directory cause invalid free)
| * | Fixed bug #61964 (finfo_open with directory cause invalid free)Reeze Xia2012-05-251-0/+69
| | |
* | | fixed the test for warnings changedAnatoliy Belsky2012-07-121-7/+1
| | |
* | | Fix bug #62270 Test bug - ext/fileinfo/tests/finfo_open_error-win32Anatoliy Belsky2012-06-141-5/+18
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-294-2/+91
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * PHP-5.3: Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phpt Bug #62177 deactivate the linux test version on win Fix bug #62177 Test Bug - finfo_file_regex.phpt
| * | Fix bug #62150 Test Bug - ext/fileinfo/tests/finfo_open_error.phptMatt Ficken2012-05-292-1/+50
| | |
| * | Bug #62177 deactivate the linux test version on winMatt Ficken2012-05-291-1/+5
| | |
| * | Fix bug #62177 Test Bug - finfo_file_regex.phptMatt Ficken2012-05-291-0/+36
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-05-243-1/+32
|\ \ \ | |/ / | | | | | | | | | * PHP-5.3: - Fixed magic file regex support
| * | - Fixed magic file regex supportFelipe Pena2012-05-243-1/+32
| |/
| * Fix bug #61811 three of finfo tests failed, see also #61812.Anatoliy Belsky2012-04-222-27/+3
|/ | | | The remaining two was assidentially merged back from 5.4
* Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt failsAnatoliy Belsky2012-04-022-3/+27
| | | | | | | 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.
* - fix test for 5.11Pierre Joye2012-03-271-1/+1
|
* Fix bug #61504, potential vuln. in fileinfo. update to 5.11Pierre Joye2012-03-271-533/+1602
|
* Fix test, which was broken by the fix for #61173Xinchen Hui2012-03-221-2/+1
|
* - Fixed bug #61173 (Unable to detect error from finfo constructor).Gustavo André dos Santos Lopes2012-02-241-0/+14
| | | | | - Tidied up NEWS
* - Fixed memory leak when calling the Finfo constructor twiceFelipe Pena2011-11-231-0/+17
|
* Bug#54016 (finfo_file() Cannot determine filetype in archives)Hannes Magnusson2011-02-145-3/+31
|
* - Fixed bug #51732, Fileinfo __construct or open does not work with NULLPierre Joye2010-05-041-6/+2
|
* MFH fileinfo tests are missing skipifScott MacVicar2009-03-1517-0/+39
|
* MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on ↵Scott MacVicar2009-03-154-5/+5
| | | | Windows
* MFH Warnings from libmagic should be notices rather than sent to stderr, ↵Scott MacVicar2008-11-221-1/+2
| | | | this fixes a test on Windows
* MFH: Sync libmagic with 4.26 and add support for the new v6 magic file formatScott MacVicar2008-11-022-1142/+3745
|
* - MFH: Fixed mime-type generation.Derick Rethans2008-10-083-12/+12
| | | | | #- Charset markers need to be prepended with ; -- the tests were also wrong.
* MFH: More fileinfo tests.Felix De Vliegher2008-09-152-0/+64
|
* - New testFelipe Pena2008-09-021-0/+16
|
* - fix test (file or path not found) (Thanks Dmitry for the notice)Pierre Joye2008-09-021-1/+1
|
* - don't close caller streams in libmagic (prevent leak and zombie stream)Pierre Joye2008-09-021-1/+1
| | | | | | | - string returned by magic_* are freed on magic_close, duplicate before calling magic_close (set return value) - if stat failed, don't try to call magic_* (when FILEINFO_MODE_FILE)
* - Fixed mime_content_type() behavior when a string is givenFelipe Pena2008-09-012-0/+29
| | | | | | - Fixed check for "empty file name" - MFH: New test
* - use php's stream in libmagicPierre Joye2008-09-011-1/+7
| | | | | | | | | - remove duplicate code (like mime_content_type() compatibility function now use the same base as finfo_file()) - make it portable (works now on windows too, belongs other OSes) - ([20:28] <lsmith> Pierre: ok please commit)
* - Fixed tests (Disable COMPRESS support for now)Felipe Pena2008-08-292-4/+2
|
* Some fileinfo testsFelix De Vliegher2008-08-2910-0/+12767
|
* Test for fileinfo to check mime types.Scott MacVicar2008-08-296-0/+30
|
* - MFH: Fixed check for empty file nameFelipe Pena2008-08-271-0/+25
|
* - MFH: Improved fixFelipe Pena2008-08-261-0/+2
|
* - MFH: Added check for empty file nameFelipe Pena2008-08-261-0/+17