Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21208 invoked by uid 1010); 20 Feb 2007 14:07:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21193 invoked from network); 20 Feb 2007 14:07:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 14:07:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:36828] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/27-21126-3B00BD54 for ; Tue, 20 Feb 2007 09:07:47 -0500 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l1KE7ffg003665; Tue, 20 Feb 2007 15:07:42 +0100 Date: Tue, 20 Feb 2007 15:07:32 +0100 (CET) X-X-Sender: derick@localhost To: Arnold Daniels cc: Kevin Waterson , internals@lists.php.net In-Reply-To: <45DAFF9F.8030501@adaniels.nl> Message-ID: References: <20070218090310.594f5fee.kevin@oceania.net> <45DAFF9F.8030501@adaniels.nl> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] fileinfo for 5.2.2 From: derick@php.net (Derick Rethans) 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