summaryrefslogtreecommitdiff
path: root/ext/fileinfo
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-081-0/+22
|\
| * Add test for bug #69107: finfo no longer detects PHP filesChristoph M. Becker2016-08-081-0/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-03-311-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-311-1/+1
| |\
| | * fix borked mainstream patchAnatol Belski2016-03-311-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-03-311-2/+5
|\ \ \ | |/ /
| * | fix test to not to cause false positivesAnatol Belski2016-03-311-2/+5
| * | Fixed bug #71527 Buffer over-write in finfo_open with malformed magic fileAnatol Belski2016-03-291-6/+3
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-293-1/+21
| |\ \ | | |/
| | * Fixed bug #71527 Buffer over-write in finfo_open with malformed magic fileAnatol Belski2016-03-293-1/+21
* | | Fixed bug #71527 Buffer over-write in finfo_open with malformed magic fileAnatol Belski2016-03-284-7/+24
* | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-021-1/+1
|\ \ \ | |/ /
| * | Fix intermittent failure of bug_68819_002.phptNikita Popov2016-03-021-1/+1
| * | Update libmagic.patch for PHP-5.6Xinchen Hui2016-01-251-195/+143
| * | Fixed bug #7143 (finfo throws notice for specific python file)Xinchen Hui2016-01-251-86/+25
* | | Update libmagic.patch for PHP-7.0Xinchen Hui2016-01-251-167/+171
* | | Fixed compiler warningsXinchen Hui2016-01-253-4/+4
* | | Fixed bug #71434 (finfo throws notice for specific python file)Xinchen Hui2016-01-252-51/+34
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-04-141-1/+1
| |\ \ | | |/
| | * fix testAnatol Belski2015-04-141-1/+1
* | | remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-11/+11
* | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-4/+0
|\ \ \
| * | | further cleanups with S_IF* macros generalized declarationsAnatol Belski2015-05-251-4/+0
* | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-162-2/+2
|/ / /
* | | fix testAnatol Belski2015-04-141-1/+1
* | | Partial revert of 1a7798c786466977ef8d2bc95b40a435c47c845a that introduced wr...Dmitry Stogov2015-04-141-1/+9
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-145-1/+61
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-145-0/+56
| |\ \ | | |/
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-115-0/+56
| | |\
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-112-0/+9
| | | * Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)Stanislav Malyshev2015-04-113-0/+47
| | | * updated libmagic.patch in 5.4Anatol Belski2015-01-041-315/+139
* | | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-063-24/+18
* | | | missing includesAnatol Belski2015-04-011-0/+1
* | | | Patch improvement:Dmitry Stogov2015-03-303-27/+43
* | | | Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalC...Dmitry Stogov2015-03-301-1/+11
|\ \ \ \
| * | | | Fixed fileinfo behaviour.Danack2015-03-151-1/+11
* | | | | updated libmagic.patchAnatol Belski2015-03-291-535/+213
* | | | | further sync with libmagic.origAnatol Belski2015-03-291-1/+11
* | | | | catch up with libmagic.origAnatol Belski2015-03-292-14/+5
* | | | | fix typoAnatol Belski2015-03-291-1/+1
* | | | | catch up with libmagic.origAnatol Belski2015-03-291-3/+4
* | | | | added test for bug #69320Anatol Belski2015-03-291-0/+20
* | | | | Fixed bug #69320 libmagic crash when running laravel testsAnatol Belski2015-03-291-16/+11
* | | | | Forgot this one in the last commit, removes old VC support from ext/fileinfoKalle Sommer Nielsen2015-03-291-4/+0
* | | | | Drop old VC support for ext/fileinfo.Kalle Sommer Nielsen2015-03-295-180/+409
* | | | | fix possible unititialized pointer usageAnatol Belski2015-03-121-1/+1