summaryrefslogtreecommitdiff
path: root/ext/mime_magic
Commit message (Expand)AuthorAgeFilesLines
* - Remove ext/mime_magic, it was deprecated and it's only function is now part ofDerick Rethans2008-08-2910-2678/+0
* - Added arginfoFelipe Pena2008-07-201-1/+8
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* No longer relavent, extension is made absolete by fileinfoIlia Alshanetsky2007-08-191-3/+0
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* MFH: check return value of *time_r() functions for NULLAntony Dovgal2007-06-071-0/+3
* TypoMartin Kraemer2007-03-141-1/+1
* Fixed a possible memory corruption inside mime_content_type() on aIlia Alshanetsky2007-02-151-14/+22
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
* MFHAntony Dovgal2006-12-281-3/+1
* Use thread-safe codeIlia Alshanetsky2006-11-301-6/+9
* Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic).Ilia Alshanetsky2006-11-261-2/+2
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+11
* bump year and license versionfoobar2006-01-013-9/+9
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip andDerick Rethans2005-10-181-3/+0
* MFH: fix mime_magic problems with ZTSAntony Dovgal2005-10-182-4/+9
* ZTS fixIlia Alshanetsky2005-10-141-3/+1
* - Bumber up yearfoobar2005-08-033-3/+3
* 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
* Depercating mime_magic in favor of PECL::fileinfoHartmut Holzgraefe2004-04-223-2/+39
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+49
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* 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
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+9
* - Moved all the mime_magic.c specific stuff into their own header filefoobar2003-11-044-368/+386
* Fixed bug #25918 (Possible crash in mime_content_type()).Ilia Alshanetsky2003-10-201-3/+2
* Aligned configure help texts.foobar2003-10-031-2/+3
* 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-192-11/+12
* updating license information in the headers.James Cox2003-06-102-6/+6
* ... as suggested by WezHartmut Holzgraefe2003-06-051-1/+1
* mime_content_type() now also accepts open streams as argumentHartmut Holzgraefe2003-06-041-25/+77
* Rearranged search order for the magic file to avoid further confusionsMoriyoshi Koizumi2003-03-311-1/+1
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-091-3/+3
* fix typofoobar2003-01-281-1/+1
* - Cleaned up and made less error-pronefoobar2003-01-281-17/+26
* 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
* preparations for making magic file parser silentHartmut Holzgraefe2003-01-251-0/+2
* suggesting a plain magic file insteat of a mime one is a bad ideaHartmut Holzgraefe2003-01-251-1/+1
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-44/+35