summaryrefslogtreecommitdiff
path: root/ext/mime_magic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduced compiler warningsMoriyoshi Koizumi2003-01-101-2/+2
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* 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
* Replace underscores with dashes in --enable-mime-magicSascha Schumann2002-09-241-2/+2
* - Align configure --help messagesDerick Rethans2002-09-191-1/+1
* Fixed a typoIlia Alshanetsky2002-08-221-1/+1
* magic.mime seems to be more common name for the file.Edin Kadribasic2002-08-221-1/+1
* @- Made mime_magic extension available on win32 platform. (Edin)Edin Kadribasic2002-08-222-0/+114
* Instead of hardcoding the path of magic.mime file, try to find the fileIlia Alshanetsky2002-08-222-1/+18
* - Update TODODerick Rethans2002-06-261-0/+1
* - Nuke some TSRMLS_FETCHesDerick Rethans2002-06-261-8/+6
* ZTS fixesSander Roobol2002-06-201-0/+2
* now it works on streams (plus some debug code removed)Hartmut Holzgraefe2002-06-112-205/+29
* ZTS issues fixedHartmut Holzgraefe2002-05-211-1/+0
* not beautifull (yet), but should fix ZTS buildsHartmut Holzgraefe2002-05-211-15/+20
* - UpdateMarkus Fischer2002-05-111-1/+2