summaryrefslogtreecommitdiff
path: root/ext/mime_magic
Commit message (Collapse)AuthorAgeFilesLines
* - MFB: Remove ext/mime_magic, it was deprecated and it's only function is nowDerick Rethans2008-08-2911-2681/+0
| | | | | part of ext/fileinfo.
* - MFB: Added arginfoFelipe Pena2008-07-201-1/+8
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Fix some configure --help textsfoobar2007-07-031-1/+1
|
* check return value of *time_r() functions for NULLAntony Dovgal2007-06-071-0/+3
| | | | | more checks will follow
* MFBIlia Alshanetsky2007-05-281-14/+22
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* more magic number fixesAntony Dovgal2007-01-031-1/+1
|
* Bump year.Sebastian Bergmann2007-01-013-4/+4
|
* use strlcpy()Antony Dovgal2006-12-281-3/+1
|
* MFB: Use thread-safe codeIlia Alshanetsky2006-11-301-6/+9
|
* MFB: Fixed bug #39623 (thread safety fixes on *nix for mime_magic extenion).Ilia Alshanetsky2006-11-261-2/+2
|
* Error message clean upHannes Magnusson2006-10-081-5/+5
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* Added automatic module globals managementDmitry Stogov2006-06-131-4/+11
|
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
|
* bump year and license versionfoobar2006-01-013-9/+9
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Allow mime_content_type() to work with even a slightly broken mime magicDerick Rethans2005-10-181-3/+0
| | | | | file.
* fix mime_magic problems with ZTSAntony Dovgal2005-10-182-4/+9
|
* MFB51: 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
|