summaryrefslogtreecommitdiff
path: root/ext/mime_magic
Commit message (Collapse)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-013-9/+9
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip andDerick Rethans2005-10-181-3/+0
| | | | | bzip files).
* MFH: fix mime_magic problems with ZTSAntony Dovgal2005-10-182-4/+9
|
* ZTS fixIlia Alshanetsky2005-10-141-3/+1
|
* - Bumber up yearfoobar2005-08-033-3/+3
|
* Compiler warning fix.Ilia Alshanetsky2005-07-111-0/+2
|
* Return error on an invalid input to mime_content_type() function.Ilia Alshanetsky2005-05-251-0/+1
|
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
|
* sys/stat.h is includes in php_streams.h no need to do that again.Frank M. Kromann2004-08-031-1/+0
|
* 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
| | | | | | | | | 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/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
| | | | | # 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
|