Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44560 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24554 invoked from network); 30 Jun 2009 20:30:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2009 20:30:19 -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.154 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.154 fg-out-1718.google.com Received: from [72.14.220.154] ([72.14.220.154:46268] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/43-52911-AD57A4A4 for ; Tue, 30 Jun 2009 16:30:19 -0400 Received: by fg-out-1718.google.com with SMTP id e12so135683fga.0 for ; Tue, 30 Jun 2009 13:30:16 -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=TeYkNQzvy6neO/MQnedgqeNJVjeqWY/bVesXfmnNAqE=; b=FB+uVOyq00Qxvz8MX0KPDX84FpCJqRFM4xBTIBo+2l8pMMe0mBTirQ0tV5Uuqy+k0S zABmArKj25z/XGgiFoUU6upiz2et1s8YAcUHShJGS/xqraNqVqFIpiepRIAFnBU6JLrp TpertoZdoKAZjkloGToC81sTkxxcOFywCb6KQ= 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=urmCIbNL/3NBt18AaXZfpWjoC5qOiLib57voXVCDBrkGWb2cFLkvjaV70xG+vIf1OM eL4V+fjQIzLAr35Y0cy401Shtx8z29P4RgV+BKdUNfxEvufK1NqK0nkHm0f38a76KVCo y0SgO1LWm0v4HKorwba+jsvETH7l/2/2Ri2qY= MIME-Version: 1.0 Received: by 10.86.31.17 with SMTP id e17mr2910824fge.47.1246393816057; Tue, 30 Jun 2009 13:30:16 -0700 (PDT) In-Reply-To: <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> References: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> Date: Tue, 30 Jun 2009 22:30:16 +0200 Message-ID: <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@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 Tue, May 5, 2009 at 21:34, Kalle Sommer Nielsen wrote: > 2009/2/6 Kalle Sommer Nielsen : >> G'day >> >> I'd like to propose a change for when PHP starts to throw an >> E_DEPRECATED notice for each of the deprecated ini directives (such as >> register_globals, safe_mode ect.) like in HEAD where they just throw a >> warning (more about that below). I have attached a patch for this in >> 5.3 (which is the only branch this patch really relates to). >> > > Implemented in RC2 Now that 5.3.0 is out, are you looking into fixing run-tests.php or all tests? 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. -Hannes