summaryrefslogtreecommitdiff
path: root/ext/fileinfo/fileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-26/+26
* Fix procedural finfo calls in methodsNikita Popov2014-10-161-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-20/+20
* fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* ported ext/fileinfoAnatol Belski2014-08-191-10/+10
* basic macro replacements, all at onceAnatol Belski2014-08-191-11/+11
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+1
* Refactor fileinfoXinchen Hui2014-05-071-45/+44
* expose correct libmagic versionAnatol Belski2014-02-191-0/+6
* updated to libmagic-5.17Anatol Belski2014-02-191-4/+0
* Bump yearXinchen Hui2014-01-031-1/+1
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-07-281-1/+1
|\
| * - Fixed bug #57933 (Wrong table type used in phpinfo output) patch by: selsky...Felipe Pena2012-07-281-1/+1
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-021-2/+13
|\ \ | |/
| * Fix bug #61565 Fileinfo ext\fileinfo\tests\finfo_file_001.phpt failsAnatoliy Belsky2012-04-021-2/+13
| * - Fixed bug #61173 (Unable to detect error from finfo constructor).Gustavo André dos Santos Lopes2012-02-241-6/+22
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed memory leak when calling the Finfo constructor twiceFelipe Pena2011-11-231-0/+10
| * Eliminated compiler's warnings and make static analyzer silentXinchen Hui2011-08-091-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * Bug#54016 (finfo_file() Cannot determine filetype in archives)Hannes Magnusson2011-02-141-13/+9
| * - Year++Felipe Pena2011-01-011-1/+1
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+3
| * - Fixed bug #51732, Fileinfo __construct or open does not work with NULLPierre Joye2010-05-041-1/+3
| * Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-3/+10
* | MFH: Fixed bug #61173 (Unable to detect error from finfo constructor).Stanislav Malyshev2012-03-071-8/+23
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Fixed memory leak when calling the Finfo constructor twiceFelipe Pena2011-11-231-0/+10
* | Eliminated compiler's warnings and make static analyzer silentXinchen Hui2011-08-091-1/+1
* | - do safemode/open basedir checks 1st, and use only expand not realpath (it i...Pierre Joye2011-07-271-4/+4
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* | Bug#54016 (finfo_file() Cannot determine filetype in archives)Hannes Magnusson2011-02-141-13/+9
* | - Year++Felipe Pena2011-01-011-1/+1
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+1
* | - Fixed bug #51732, Fileinfo __construct or open does not work with NULLPierre Joye2010-05-041-1/+3
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+8
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-2/+2
|/
* Fix BC break in mime_content_type()Scott MacVicar2009-08-111-1/+1
* MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Win...Scott MacVicar2009-03-151-0/+2
* MFH Remove all of the stuff we have in here for pre PHP 5.2 support and memse...Scott MacVicar2008-12-221-27/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+9
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-9/+0