Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36926 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11673 invoked from network); 10 Apr 2008 18:55:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2008 18:55:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.23 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.23] ([212.55.154.23:50003] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/3F-32943-D926EF74 for ; Thu, 10 Apr 2008 14:55:26 -0400 Received: (qmail 13241 invoked from network); 10 Apr 2008 18:55:21 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.208) by relay3 with SMTP; 10 Apr 2008 18:55:21 -0000 Received: (qmail 7823 invoked from network); 10 Apr 2008 18:55:22 -0000 X-AntiVirus: PTMail-AV 0.3-0.92.0 X-Virus-Status: Clean (0.00505 seconds) Received: from unknown (HELO pc07654) (nunoplopes@sapo.pt@[85.243.104.110]) (envelope-sender ) by mta13 (qmail-ldap-1.03) with SMTP for ; 10 Apr 2008 18:55:22 -0000 Message-ID: <0E5460DDBB2A40F8B31D72D6049AC3A3@pc07654> To: "Christian Hoffmann" , "PHP Developers Mailing List" References: <47F94431.1020300@gentoo.org> <47FB4E47.20805@gentoo.org> In-Reply-To: <47FB4E47.20805@gentoo.org> Date: Thu, 10 Apr 2008 19:55:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.20661 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 Subject: Re: [PHP-DEV] Small test case fixes / observations (php-5.2.6_rc4) From: nlopess@php.net ("Nuno Lopes") Commited, thanks! Nuno > On 2008-04-06 23:44, Christian Hoffmann wrote: > > Heya, > > > > while building and testing a minimal version of PHP and as such > > disabling the session extension, I discovered that > > ext/standard/tests/general_functions/bug44394_2.phpt fails without the > > session extension being enabled. I created a patch to fix that [1]. > A similar problem: > ext/pdo/tests/bug_43663.phpt and ext/pdo/tests/bug_44159.phpt rely on > pdo_sqlite, but only check for pdo in their skipifs. Patch available [1]. > > [1] > http://home.hoffie.info/static/006_test-pdo-bug_44159-43663-sqlite.patch > > -- > Christian Hoffmann