Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -4/+4 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | make these build with new win32 build system. | Wez Furlong | 2003-12-19 | 1 | -0/+9 |
| | | | | | mcve untested (I don't have those libs/headers) | ||||
* | - Moved all the mime_magic.c specific stuff into their own header file | foobar | 2003-11-04 | 4 | -368/+386 |
| | | | | | | | to prevent possible compile failures. # Should fix bug #26103 | ||||
* | Fixed bug #25918 (Possible crash in mime_content_type()). | Ilia Alshanetsky | 2003-10-20 | 1 | -3/+2 |
| | |||||
* | Aligned configure help texts. | foobar | 2003-10-03 | 1 | -2/+3 |
| | |||||
* | compiler warning fixes, one of them a potential crash bug | Hartmut Holzgraefe | 2003-09-26 | 1 | -3/+3 |
| | |||||
* | Fixed bug #25155 (Possible namespace conflict between mime-magic & mssql) | Ilia Alshanetsky | 2003-08-19 | 2 | -11/+12 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | ... as suggested by Wez | Hartmut Holzgraefe | 2003-06-05 | 1 | -1/+1 |
| | |||||
* | mime_content_type() now also accepts open streams as argument | Hartmut Holzgraefe | 2003-06-04 | 1 | -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 confusions | Moriyoshi Koizumi | 2003-03-31 | 1 | -1/+1 |
| | |||||
* | Fixed compile failures when ZLIB / PCRE are compiled as shared | foobar | 2003-02-09 | 1 | -3/+3 |
| | | | | | extensions in same build. | ||||
* | fix typo | foobar | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | - Cleaned up and made less error-prone | foobar | 2003-01-28 | 1 | -17/+26 |
| | | | | | | - Changed --enable-mime-magic -> --with-mime-magic[=FILE] to allow specifying of the file during configure. | ||||
* | Fix build | Sander Roobol | 2003-01-26 | 1 | -2/+1 |
| | |||||
* | - mime file parser messages only with mime_magic.debug=On (default: off) | Hartmut Holzgraefe | 2003-01-25 | 1 | -30/+83 |
| | | | | | | - fix docref URL in startup error messages - show status in php info, either "enabled" or "..., disabled" | ||||
* | preparations for making magic file parser silent | Hartmut Holzgraefe | 2003-01-25 | 1 | -0/+2 |
| | |||||
* | suggesting a plain magic file insteat of a mime one is a bad idea | Hartmut Holzgraefe | 2003-01-25 | 1 | -1/+1 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -44/+35 |
| | |||||
* | Reduced compiler warnings | Moriyoshi Koizumi | 2003-01-10 | 1 | -2/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | do correct casting | Stefan Esser | 2002-12-24 | 1 | -3/+3 |
| | |||||
* | fix compile error on IRIX | Stefan Esser | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | We have to use binary mode here. | Moriyoshi Koizumi | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | Fixed possible leaks | Moriyoshi Koizumi | 2002-11-18 | 1 | -0/+8 |
| | |||||
* | Always use binary mode for magic files | Moriyoshi Koizumi | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Fixed segfault in case the specified magic file cannot be read. | Moriyoshi Koizumi | 2002-11-15 | 1 | -3/+7 |
| | |||||
* | Use C comments | Moriyoshi Koizumi | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Make that error message more meaningful for systems like my SuSE 7.0 with | Wez Furlong | 2002-10-04 | 1 | -1/+1 |
| | | | | | an apparently broken magic file. | ||||
* | Fix typo | Sascha Schumann | 2002-09-24 | 1 | -1/+1 |
| | |||||
* | Replace underscores with dashes in --enable-mime-magic | Sascha Schumann | 2002-09-24 | 1 | -2/+2 |
| | |||||
* | - Align configure --help messages | Derick Rethans | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | Fixed a typo | Ilia Alshanetsky | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | magic.mime seems to be more common name for the file. | Edin Kadribasic | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | @- Made mime_magic extension available on win32 platform. (Edin) | Edin Kadribasic | 2002-08-22 | 2 | -0/+114 |
| | | | | | Mime_magic extensions builds on windows now. | ||||
* | Instead of hardcoding the path of magic.mime file, try to find the file | Ilia Alshanetsky | 2002-08-22 | 2 | -1/+18 |
| | | | | | inside common paths for the file. | ||||
* | - Update TODO | Derick Rethans | 2002-06-26 | 1 | -0/+1 |
| | |||||
* | - Nuke some TSRMLS_FETCHes | Derick Rethans | 2002-06-26 | 1 | -8/+6 |
| | |||||
* | ZTS fixes | Sander Roobol | 2002-06-20 | 1 | -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 Holzgraefe | 2002-06-11 | 2 | -205/+29 |
| | |||||
* | ZTS issues fixed | Hartmut Holzgraefe | 2002-05-21 | 1 | -1/+0 |
| | |||||
* | not beautifull (yet), but should fix ZTS builds | Hartmut Holzgraefe | 2002-05-21 | 1 | -15/+20 |
| | |||||
* | - Update | Markus Fischer | 2002-05-11 | 1 | -1/+2 |
| | |||||
* | not enabled by default | Hartmut Holzgraefe | 2002-03-27 | 1 | -1/+1 |
| | |||||
* | moved 'static' prototypes to prevent warnings | Hartmut Holzgraefe | 2002-03-27 | 2 | -30/+31 |
| | |||||
* | preparing for Content-Encoding detection | Hartmut Holzgraefe | 2002-03-27 | 2 | -156/+21 |
| | |||||
* | build conflicts fixed | Hartmut Holzgraefe | 2002-03-26 | 2 | -33/+37 |
| | |||||
* | initial checkin | Hartmut Holzgraefe | 2002-03-25 | 1 | -0/+3 |
| |