summaryrefslogtreecommitdiff
path: root/ext/mime_magic/mime_magic.c
Commit message (Expand)AuthorAgeFilesLines
* - MFB: Remove ext/mime_magic, it was deprecated and it's only function is nowDerick Rethans2008-08-291-2008/+0
* - MFB: Added arginfoFelipe Pena2008-07-201-1/+8
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* check return value of *time_r() functions for NULLAntony Dovgal2007-06-071-0/+3
* MFBIlia Alshanetsky2007-05-281-14/+22
* more magic number fixesAntony Dovgal2007-01-031-1/+1
* Bump year.Sebastian Bergmann2007-01-011-2/+2
* use strlcpy()Antony Dovgal2006-12-281-3/+1
* MFB: Use thread-safe codeIlia Alshanetsky2006-11-301-6/+9
* MFB: Fixed bug #39623 (thread safety fixes on *nix for mime_magic extenion).Ilia Alshanetsky2006-11-261-2/+2
* Error message clean upHannes Magnusson2006-10-081-5/+5
* Added automatic module globals managementDmitry Stogov2006-06-131-4/+11
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Allow mime_content_type() to work with even a slightly broken mime magicDerick Rethans2005-10-181-3/+0
* fix mime_magic problems with ZTSAntony Dovgal2005-10-181-3/+9
* MFB51: ZTS fixIlia Alshanetsky2005-10-141-3/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Compiler warning fix.Ilia Alshanetsky2005-07-111-0/+2
* Return error on an invalid input to mime_content_type() function.Ilia Alshanetsky2005-05-251-0/+1
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* sys/stat.h is includes in php_streams.h no need to do that again.Frank M. Kromann2004-08-031-1/+0
* Fix the mime_magic.debug option initfoobar2004-01-161-1/+1
* - Fixed bug #26844 (ext/mime_magic: magic file validation broken).foobar2004-01-151-11/+17
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Moved all the mime_magic.c specific stuff into their own header filefoobar2003-11-041-0/+1
* Fixed bug #25918 (Possible crash in mime_content_type()).Ilia Alshanetsky2003-10-201-3/+2
* compiler warning fixes, one of them a potential crash bugHartmut Holzgraefe2003-09-261-3/+3
* Fixed bug #25155 (Possible namespace conflict between mime-magic & mssql)Ilia Alshanetsky2003-08-191-0/+12
* updating license information in the headers.James Cox2003-06-101-3/+3
* ... as suggested by WezHartmut Holzgraefe2003-06-051-1/+1
* mime_content_type() now also accepts open streams as argumentHartmut Holzgraefe2003-06-041-25/+77
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-091-3/+3
* Fix buildSander Roobol2003-01-261-2/+1
* - mime file parser messages only with mime_magic.debug=On (default: off)Hartmut Holzgraefe2003-01-251-30/+83
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-44/+35
* Reduced compiler warningsMoriyoshi Koizumi2003-01-101-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* do correct castingStefan Esser2002-12-241-3/+3
* fix compile error on IRIXStefan Esser2002-12-231-1/+1
* email address changeHartmut Holzgraefe2002-11-251-1/+1
* We have to use binary mode here.Moriyoshi Koizumi2002-11-181-1/+1
* Fixed possible leaksMoriyoshi Koizumi2002-11-181-0/+8
* Always use binary mode for magic filesMoriyoshi Koizumi2002-11-151-1/+1
* Fixed segfault in case the specified magic file cannot be read.Moriyoshi Koizumi2002-11-151-3/+7
* Use C commentsMoriyoshi Koizumi2002-11-151-1/+1
* Make that error message more meaningful for systems like my SuSE 7.0 withWez Furlong2002-10-041-1/+1
* Fix typoSascha Schumann2002-09-241-1/+1