- fix very silly behaviour of libmagic if we want to get the mime type intead
authorMichael Wallner <mike@php.net>
Wed, 21 Sep 2005 12:03:44 +0000 (12:03 +0000)
committerMichael Wallner <mike@php.net>
Wed, 21 Sep 2005 12:03:44 +0000 (12:03 +0000)
commitc04184b2188a60efed4753d7eef7f3952aed9cef
treea01896bbd794768277aa52a0cb5b19ae3e6a471e
parentafd561b680a07837192efbdb9ffe248def36f8e9
- fix very silly behaviour of libmagic if we want to get the mime type intead
  of a human readable string, which is usually the default use case

# background: libmagic appends ".mime" to the magic file name if MAGIC_MIME is set (sic!)
http_api.c
http_response_object.c