Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43721 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85739 invoked from network); 16 Apr 2009 18:15:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2009 18:15:53 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.200.173 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.200.173 wf-out-1314.google.com Received: from [209.85.200.173] ([209.85.200.173:36529] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/AB-24434-8D577E94 for ; Thu, 16 Apr 2009 14:15:53 -0400 Received: by wf-out-1314.google.com with SMTP id 28so521923wfc.26 for ; Thu, 16 Apr 2009 11:15:49 -0700 (PDT) Received: by 10.142.133.19 with SMTP id g19mr2679535wfd.116.1239905749508; Thu, 16 Apr 2009 11:15:49 -0700 (PDT) Received: from barley.local (64-71-7-198.static.wiline.com [64.71.7.198]) by mx.google.com with ESMTPS id 22sm4433272wfg.23.2009.04.16.11.15.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Apr 2009 11:15:48 -0700 (PDT) Message-ID: <49E775D3.70408@gravitonic.com> Date: Thu, 16 Apr 2009 11:15:47 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP internals Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Making ext/filter always-on From: andrei@gravitonic.com (Andrei Zmievski) The ext/filter extension should be always on in PHP 6, so I am planning on removing the configure switch --disable-filter. Heads up. -Andrei