Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44567 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60257 invoked from network); 1 Jul 2009 07:32:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2009 07:32:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.153 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.153 fg-out-1718.google.com Received: from [72.14.220.153] ([72.14.220.153:51852] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/FD-05959-3111B4A4 for ; Wed, 01 Jul 2009 03:32:35 -0400 Received: by fg-out-1718.google.com with SMTP id e12so207585fga.0 for ; Wed, 01 Jul 2009 00:32:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ffZhZRDVGtdgaMutcP78ouq+h2OPzZFYRrDSPgzFsao=; b=wP36KaDN065sJDOXg060DYztacklDr6aOeDcVnutBtOGvgtbiAQyWqlemMoWVoAIaA 5cQkGxVB6mmTGAnYrCqDruFoMKx3G97v/DQQjUxo6Epc1Q3NuaYI9lsikaRIU40NYfLz KUyHWI8M876o5TncnugVryldWpnm9/gIuiwJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=q+9pMqIH8yeCy5fpajmhHj5uB5es03/l/g48H4lADm8uPC+8wUklLly6OAdcjVsORD Mf/ut0BsA90J2GSsmbiybaETGysOv6XBoN7cZtIZdmR80fnsiK+aCi1nFrNPCUE/lCAf SOrskL1yoZ4GizUNSCK9e1Rn269l739q5H+bI= MIME-Version: 1.0 Received: by 10.86.25.10 with SMTP id 10mr3931540fgy.44.1246433552264; Wed, 01 Jul 2009 00:32:32 -0700 (PDT) In-Reply-To: <2dedb8a0906302305v5b426818nf8d4e1f65375cb42@mail.gmail.com> References: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@mail.gmail.com> <2dedb8a0906302305v5b426818nf8d4e1f65375cb42@mail.gmail.com> Date: Wed, 1 Jul 2009 09:32:32 +0200 Message-ID: <7f3ed2c30907010032v3145fe89oe45ddebeeed79481@mail.gmail.com> To: Kalle Sommer Nielsen Cc: Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Jul 1, 2009 at 08:05, Kalle Sommer Nielsen wrote: > 2009/6/30 Hannes Magnusson : >> Like I warned about; if you enable any of these features in your >> php.ini and then run the test suite.. there are only a handful of >> tests that actually pass. > > I can see us passing -n parameter to the binary when executing a test, > as most tests rely on the default builtin values in php. That defeats the point of the tests. They need to be tested under various configurations. For those tests that require special INI settings we have the --INI-- section to make sure those are set the way the test requires it. Everything else should work under other configurations. -Hannes