summaryrefslogtreecommitdiff
path: root/ext/fileinfo/fileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
* Remove version checksNikita Popov2016-01-301-4/+0
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* | further cleanups with S_IF* macros generalized declarationsAnatol Belski2015-05-251-4/+0
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+5
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+5
| |\
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+5
| | |\
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-0/+5
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-10/+4
* | | | missing includesAnatol Belski2015-04-011-0/+1
* | | | Patch improvement:Dmitry Stogov2015-03-301-22/+33
* | | | Fixed fileinfo behaviour.Danack2015-03-151-1/+11
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-4/+11
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* | | | 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