Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37631 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63528 invoked from network); 13 May 2008 18:18:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2008 18:18:49 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:60003] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/E1-50104-58BD9284 for ; Tue, 13 May 2008 14:18:48 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 9BE2AC10AA4; Tue, 13 May 2008 11:18:46 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 14549C10AA1; Tue, 13 May 2008 11:18:45 -0700 (MST) Message-ID: <4829DB89.2010609@chiaraquartet.net> Date: Tue, 13 May 2008 13:18:49 -0500 User-Agent: Thunderbird 2.0.0.14 (X11/20080502) MIME-Version: 1.0 To: Steph Fox CC: Hannes Magnusson , =?ISO-8859-1?Q?Johanne?= =?ISO-8859-1?Q?s_Schl=FCter?= , internals Mailing List References: <4828BA83.7050900@chiaraquartet.net> <7f3ed2c30805130034o50cda2dduf648bcef46f77528@mail.gmail.com> <00eb01c8b4f0$8144ce60$4001a8c0@foxbox> <7f3ed2c30805130553q3cf0847cjd93c38c328011d80@mail.gmail.com> <014001c8b4f8$e34be4b0$4001a8c0@foxbox> <016101c8b4ff$1847fbd0$4001a8c0@foxbox> <1210687295.5155.0.camel@goldfinger> <01a101c8b503$98cefb10$4001a8c0@foxbox> <7f3ed2c30805131101m3c5a6743y963bc9ebb8832c61@mail.gmail.com> <02dd01c8b525$6a4f2bd0$4001a8c0@foxbox> In-Reply-To: <02dd01c8b525$6a4f2bd0$4001a8c0@foxbox> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] [HEADS UP] pecl/phar is now ext/phar From: greg@chiaraquartet.net (Gregory Beaver) Steph Fox wrote: > Hi Hannes, > >> Munch better, only 42 failures now. >> 001+ Content-type: text/html; charset=utf-8 >> 001- Content-type: text/html >> >> Looks like all of them are failing like this. > > That's really not a lot to go on. Which are 'all of them'? The > frontcontrollers? I would guess all tests that have --EXPECT_HEADERS-- and text/html. We need to put default_charset= in the --INI-- section and then the tests will pass. Do you want to do this Steph, or should I? Greg