Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip and | Derick Rethans | 2005-10-18 | 1 | -3/+0 |
| | | | | | bzip files). | ||||
* | MFH: fix mime_magic problems with ZTS | Antony Dovgal | 2005-10-18 | 2 | -4/+9 |
| | |||||
* | ZTS fix | Ilia Alshanetsky | 2005-10-14 | 1 | -3/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 3 | -3/+3 |
| | |||||
* | Compiler warning fix. | Ilia Alshanetsky | 2005-07-11 | 1 | -0/+2 |
| | |||||
* | Return error on an invalid input to mime_content_type() function. | Ilia Alshanetsky | 2005-05-25 | 1 | -0/+1 |
| | |||||
* | - Fix typo (avaliable -> available). (bug #28725) | foobar | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | sys/stat.h is includes in php_streams.h no need to do that again. | Frank M. Kromann | 2004-08-03 | 1 | -1/+0 |
| | |||||
* | Depercating mime_magic in favor of PECL::fileinfo | Hartmut Holzgraefe | 2004-04-22 | 3 | -2/+39 |
| | |||||
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+49 |
| | | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | Fix the mime_magic.debug option init | foobar | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #26844 (ext/mime_magic: magic file validation broken). | foobar | 2004-01-15 | 1 | -11/+17 |
| | |||||
* | - 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 |
| |