summaryrefslogtreecommitdiff
path: root/ext/fileinfo/tests
Commit message (Expand)AuthorAgeFilesLines
* fix testAnatol Belski2015-04-141-1/+1
* Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-0/+4
* Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)Stanislav Malyshev2015-04-112-0/+44
* Fixed bug #68735 fileinfo out-of-bounds memory accessAnatol Belski2015-01-042-0/+16
* add testStanislav Malyshev2014-08-041-0/+35
* Fixed bug #66307 Fileinfo crashes with powerpoint filesAnatol Belski2014-05-262-1/+3
* Fixed Bug #66731 file: infinite recursionRemi Collet2014-02-181-0/+39
* a few typofixesVeres Lajos2014-02-141-2/+2
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* typo fixesVeres Lajos2013-07-151-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-4/+4
* reduced the file size even moreAnatol Belski2013-05-251-0/+0
* Fixed bug #64916 finfo testcase contains copyrighted music.Anatol Belski2013-05-241-0/+0
* Fixed bug #64830 mimetype detection segfaults on mp3 fileAnatol Belski2013-05-142-1/+3
* upgraded libmagic to 5.14Anatol Belski2013-04-073-1803/+4531
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-274-95/+0
|\
| * 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
|\ \
| * | 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
|\ \ \ | | |/ | |/|
| * | 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
|\ \ \ | |/ /
| * | - 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
|/
* Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt failsAnatoliy Belsky2012-04-022-3/+27
* - 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
* - 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 Win...Scott MacVicar2009-03-154-5/+5
* MFH Warnings from libmagic should be notices rather than sent to stderr, this...Scott MacVicar2008-11-221-1/+2
* 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
* 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
* - Fixed mime_content_type() behavior when a string is givenFelipe Pena2008-09-012-0/+29
* - use php's stream in libmagicPierre Joye2008-09-011-1/+7
* - Fixed tests (Disable COMPRESS support for now)Felipe Pena2008-08-292-4/+2
* Some fileinfo testsFelix De Vliegher2008-08-2910-0/+12767