Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51138 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32468 invoked from network); 27 Dec 2010 22:41:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2010 22:41:45 -0000 Authentication-Results: pb1.pair.com header.from=cr@cristianrodriguez.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cr@cristianrodriguez.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain cristianrodriguez.net designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: cr@cristianrodriguez.net X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:63168] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/D4-05779-826191D4 for ; Mon, 27 Dec 2010 17:41:45 -0500 Received: by gxk20 with SMTP id 20so5435565gxk.29 for ; Mon, 27 Dec 2010 14:41:42 -0800 (PST) Received: by 10.100.247.11 with SMTP id u11mr6554061anh.149.1293489702371; Mon, 27 Dec 2010 14:41:42 -0800 (PST) Received: from localhost.localdomain ([190.162.40.226]) by mx.google.com with ESMTPS id x36sm18170902anx.14.2010.12.27.14.41.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Dec 2010 14:41:41 -0800 (PST) Sender: =?UTF-8?Q?Cristian_Rodr=C3=ADguez?= To: internals@lists.php.net Cc: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Mon, 27 Dec 2010 19:41:53 -0300 Message-ID: <1293489713-16758-1-git-send-email-cristian.rodriguez@opensuse.org> X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.7.3.4" Subject: =?UTF-8?q?=5BPATCH=5D=20Fix=20two=20broken=20tests?= From: cristian.rodriguez@opensuse.org (=?UTF-8?q?Cristian=20Rodr=C3=ADguez?=) --------------1.7.3.4 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit Signed-off-by: Cristian Rodríguez --- ext/date/tests/bug51819.phpt | 1 + ext/phar/tests/bug52013.phpt | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) --------------1.7.3.4 Content-Type: text/x-patch; name="0001-Fix-two-broken-tests.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-Fix-two-broken-tests.patch" diff --git a/ext/date/tests/bug51819.phpt b/ext/date/tests/bug51819.phpt index afcb9c7..7e9bbec 100644 --- a/ext/date/tests/bug51819.phpt +++ b/ext/date/tests/bug51819.phpt @@ -2,6 +2,7 @@ Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) --FILE-- + --INI-- phar.require_hash=0 phar.readonly=0 --------------1.7.3.4--