summaryrefslogtreecommitdiff
path: root/ext/mime_magic
Commit message (Collapse)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - 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
| | | | | mcve untested (I don't have those libs/headers)
* - Moved all the mime_magic.c specific stuff into their own header filefoobar2003-11-044-368/+386
| | | | | | | to prevent possible compile failures. # Should fix bug #26103
* 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
| | | | | | streas have to bee seekable, the stream position is reset to its original value using ftell and fseek after operation
* 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
| | | | | extensions in same build.
* fix typofoobar2003-01-281-1/+1
|
* - Cleaned up and made less error-pronefoobar2003-01-281-17/+26
| | | | | | - Changed --enable-mime-magic -> --with-mime-magic[=FILE] to allow specifying of the file during configure.
* 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
| | | | | | - fix docref URL in startup error messages - show status in php info, either "enabled" or "..., disabled"
* 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
| | | | | an apparently broken magic file.
* 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
| | | | | Mime_magic extensions builds on windows now.
* Instead of hardcoding the path of magic.mime file, try to find the fileIlia Alshanetsky2002-08-222-1/+18
| | | | | inside common paths for the file.
* - Update TODODerick Rethans2002-06-261-0/+1
|
* - Nuke some TSRMLS_FETCHesDerick Rethans2002-06-261-8/+6
|
* ZTS fixesSander Roobol2002-06-201-0/+2
| | | | | | # if this breaks something, please let me know... i've got really no # idea what i'm doing but this fixes the ZTS build :)
* 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
|
* not enabled by defaultHartmut Holzgraefe2002-03-271-1/+1
|
* moved 'static' prototypes to prevent warningsHartmut Holzgraefe2002-03-272-30/+31
|
* preparing for Content-Encoding detectionHartmut Holzgraefe2002-03-272-156/+21
|
* build conflicts fixedHartmut Holzgraefe2002-03-262-33/+37
|
* initial checkinHartmut Holzgraefe2002-03-251-0/+3
|