Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-11-27 | 4 | -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 Windows | Anatoliy Belsky | 2012-11-27 | 4 | -88/+0 |
| | | |||||
| * | Merge the fix for #61964 to 5.3, which will fix #63304 | Xinchen Hui | 2012-10-18 | 1 | -0/+69 |
| | | |||||
* | | Merge branch 'pull-request/91' into PHP-5.4 | Stanislav Malyshev | 2012-07-14 | 1 | -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 Xia | 2012-05-25 | 1 | -0/+69 |
| | | | |||||
* | | | fixed the test for warnings changed | Anatoliy Belsky | 2012-07-12 | 1 | -7/+1 |
| | | | |||||
* | | | Fix bug #62270 Test bug - ext/fileinfo/tests/finfo_open_error-win32 | Anatoliy Belsky | 2012-06-14 | 1 | -5/+18 |
| | | | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-05-29 | 4 | -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.phpt | Matt Ficken | 2012-05-29 | 2 | -1/+50 |
| | | | |||||
| * | | Bug #62177 deactivate the linux test version on win | Matt Ficken | 2012-05-29 | 1 | -1/+5 |
| | | | |||||
| * | | Fix bug #62177 Test Bug - finfo_file_regex.phpt | Matt Ficken | 2012-05-29 | 1 | -0/+36 |
| | | | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-05-24 | 3 | -1/+32 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.3: - Fixed magic file regex support | ||||
| * | | - Fixed magic file regex support | Felipe Pena | 2012-05-24 | 3 | -1/+32 |
| |/ | |||||
| * | Fix bug #61811 three of finfo tests failed, see also #61812. | Anatoliy Belsky | 2012-04-22 | 2 | -27/+3 |
|/ | | | | The remaining two was assidentially merged back from 5.4 | ||||
* | Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails | Anatoliy Belsky | 2012-04-02 | 2 | -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.11 | Pierre Joye | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | Fix bug #61504, potential vuln. in fileinfo. update to 5.11 | Pierre Joye | 2012-03-27 | 1 | -533/+1602 |
| | |||||
* | Fix test, which was broken by the fix for #61173 | Xinchen Hui | 2012-03-22 | 1 | -2/+1 |
| | |||||
* | - Fixed bug #61173 (Unable to detect error from finfo constructor). | Gustavo André dos Santos Lopes | 2012-02-24 | 1 | -0/+14 |
| | | | | | - Tidied up NEWS | ||||
* | - Fixed memory leak when calling the Finfo constructor twice | Felipe Pena | 2011-11-23 | 1 | -0/+17 |
| | |||||
* | Bug#54016 (finfo_file() Cannot determine filetype in archives) | Hannes Magnusson | 2011-02-14 | 5 | -3/+31 |
| | |||||
* | - Fixed bug #51732, Fileinfo __construct or open does not work with NULL | Pierre Joye | 2010-05-04 | 1 | -6/+2 |
| | |||||
* | MFH fileinfo tests are missing skipif | Scott MacVicar | 2009-03-15 | 17 | -0/+39 |
| | |||||
* | MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on ↵ | Scott MacVicar | 2009-03-15 | 4 | -5/+5 |
| | | | | Windows | ||||
* | MFH Warnings from libmagic should be notices rather than sent to stderr, ↵ | Scott MacVicar | 2008-11-22 | 1 | -1/+2 |
| | | | | this fixes a test on Windows | ||||
* | MFH: Sync libmagic with 4.26 and add support for the new v6 magic file format | Scott MacVicar | 2008-11-02 | 2 | -1142/+3745 |
| | |||||
* | - MFH: Fixed mime-type generation. | Derick Rethans | 2008-10-08 | 3 | -12/+12 |
| | | | | | #- Charset markers need to be prepended with ; -- the tests were also wrong. | ||||
* | MFH: More fileinfo tests. | Felix De Vliegher | 2008-09-15 | 2 | -0/+64 |
| | |||||
* | - New test | Felipe Pena | 2008-09-02 | 1 | -0/+16 |
| | |||||
* | - fix test (file or path not found) (Thanks Dmitry for the notice) | Pierre Joye | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | - don't close caller streams in libmagic (prevent leak and zombie stream) | Pierre Joye | 2008-09-02 | 1 | -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 given | Felipe Pena | 2008-09-01 | 2 | -0/+29 |
| | | | | | | - Fixed check for "empty file name" - MFH: New test | ||||
* | - use php's stream in libmagic | Pierre Joye | 2008-09-01 | 1 | -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 Pena | 2008-08-29 | 2 | -4/+2 |
| | |||||
* | Some fileinfo tests | Felix De Vliegher | 2008-08-29 | 10 | -0/+12767 |
| | |||||
* | Test for fileinfo to check mime types. | Scott MacVicar | 2008-08-29 | 6 | -0/+30 |
| | |||||
* | - MFH: Fixed check for empty file name | Felipe Pena | 2008-08-27 | 1 | -0/+25 |
| | |||||
* | - MFH: Improved fix | Felipe Pena | 2008-08-26 | 1 | -0/+2 |
| | |||||
* | - MFH: Added check for empty file name | Felipe Pena | 2008-08-26 | 1 | -0/+17 |