Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFB: Remove ext/mime_magic, it was deprecated and it's only function is now | Derick Rethans | 2008-08-29 | 11 | -2681/+0 |
| | | | | | part of ext/fileinfo. | ||||
* | - MFB: Added arginfo | Felipe Pena | 2008-07-20 | 1 | -1/+8 |
| | |||||
* | MFB: remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -3/+3 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | - Fix some configure --help texts | foobar | 2007-07-03 | 1 | -1/+1 |
| | |||||
* | check return value of *time_r() functions for NULL | Antony Dovgal | 2007-06-07 | 1 | -0/+3 |
| | | | | | more checks will follow | ||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -14/+22 |
| | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | more magic number fixes | Antony Dovgal | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 3 | -4/+4 |
| | |||||
* | use strlcpy() | Antony Dovgal | 2006-12-28 | 1 | -3/+1 |
| | |||||
* | MFB: Use thread-safe code | Ilia Alshanetsky | 2006-11-30 | 1 | -6/+9 |
| | |||||
* | MFB: Fixed bug #39623 (thread safety fixes on *nix for mime_magic extenion). | Ilia Alshanetsky | 2006-11-26 | 1 | -2/+2 |
| | |||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -5/+5 |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | ||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -4/+11 |
| | |||||
* | - Get rid of using ENFORCE_SAFE_MODE. | Andi Gutmans | 2006-02-19 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Allow mime_content_type() to work with even a slightly broken mime magic | Derick Rethans | 2005-10-18 | 1 | -3/+0 |
| | | | | | file. | ||||
* | fix mime_magic problems with ZTS | Antony Dovgal | 2005-10-18 | 2 | -4/+9 |
| | |||||
* | MFB51: 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 |
| |