Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46903 invoked by uid 1010); 20 Feb 2007 14:40:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46887 invoked from network); 20 Feb 2007 14:40:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 14:40:28 -0000 Authentication-Results: pb1.pair.com header.from=info@adaniels.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@adaniels.nl; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adaniels.nl from 82.94.236.173 cause and error) X-PHP-List-Original-Sender: info@adaniels.nl X-Host-Fingerprint: 82.94.236.173 loco.helderhosting.nl Linux 2.5 (sometimes 2.4) (4) Received: from [82.94.236.173] ([82.94.236.173:46075] helo=loco.helderhosting.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/01-39500-B580BD54 for ; Tue, 20 Feb 2007 09:40:27 -0500 Received: from [192.168.1.174] (a80-126-54-132.adsl.xs4all.nl [80.126.54.132]) by loco (Postfix) with ESMTP id AE42D51E2F1; Tue, 20 Feb 2007 15:40:24 +0100 (CET) Message-ID: <45DB0859.20607@adaniels.nl> Date: Tue, 20 Feb 2007 15:40:25 +0100 User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: Derick Rethans Cc: Kevin Waterson , internals@lists.php.net References: <20070218090310.594f5fee.kevin@oceania.net> <45DAFF9F.8030501@adaniels.nl> In-Reply-To: Content-Type: multipart/alternative; boundary="------------030209090206070601010302" Subject: Re: [PHP-DEV] fileinfo for 5.2.2 From: info@adaniels.nl (Arnold Daniels) --------------030209090206070601010302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I understand, but on most (linux) systems libmagic is already installed and fully configured. Perhaps a good solution would be if you would be able to specify the configuration path in php.ini. Arnold Derick Rethans wrote: > On Tue, 20 Feb 2007, Arnold Daniels wrote: > > >> I'm also very in favor of this, though I like it much better if it would use >> the same config file as `file` uses. Otherwise it's quite confusion where to >> config magic and hard to understand why the result differs. >> > > The idea is to embed the database so that you don't have to configure it > - that's currently the big problem with the current (deprecated) > solution. > > regads, > Derick > > --------------030209090206070601010302--