Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37141 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92432 invoked from network); 19 Apr 2008 03:11:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2008 03:11:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=kevin@phpro.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kevin@phpro.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpro.org from 64.22.118.220 cause and error) X-PHP-List-Original-Sender: kevin@phpro.org X-Host-Fingerprint: 64.22.118.220 ns0.oceania.net Received: from [64.22.118.220] ([64.22.118.220:2725] helo=swamp.oceania.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/73-06290-BD269084 for ; Fri, 18 Apr 2008 23:11:24 -0400 Received: from localhost.localdomain ([58.172.208.9]) by swamp.oceania.net (8.13.8/8.13.8) with SMTP id m3J5srbN006303 for ; Sat, 19 Apr 2008 15:54:53 +1000 Date: Sat, 19 Apr 2008 13:13:11 +1000 To: internals@lists.php.net Message-ID: <20080419131311.184a71e1.kevin@phpro.org> Organization: PHPRO X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.10.4; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FileInfo in 5.3/6.0 From: kevin@phpro.org (Kevin Waterson) Back in Jan/Feb of 2007 I raised the issue of including the pecl fileinfo package into 5.3 and 6.0. This idea was mostly regarded as a good idea as PHP lacks any method of checking file types, aside from checking the file extension. The lack of checking is, I feel, a major oversite in the package and whilst others agreed with this, nothing seems to have become of the idea, short of being added to the TODO list on http://wiki.php.net/todo/php53 A small mention was made on the Zend devzone blog here also http://devzone.zend.com/node/view/id/1599#Heading2 The original thread on this list began here back in Feb 2007 after some discussion on irc. http://marc.info/?l=php-internals&m=117174936026870&w=2 Is it possible we discuss this inclusion? I understand there is a little work that needs to happen to wrap the extension up for inclusion. Kind regards Kevin