Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43853 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18934 invoked from network); 5 May 2009 19:34:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2009 19:34:34 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.161 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.161 mail-bw0-f161.google.com Received: from [209.85.218.161] ([209.85.218.161:54243] helo=mail-bw0-f161.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/41-54546-9C4900A4 for ; Tue, 05 May 2009 15:34:34 -0400 Received: by bwz5 with SMTP id 5so5050703bwz.23 for ; Tue, 05 May 2009 12:34:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=d8ni7/jIY13904UpRASUelM02k+U1Jn7Ec5m7Brzm8Y=; b=WhcQbb6tVsSyAH8xQG4kF1Tk1brQdYL4KuqzP848pt86NwSpyk3lY88Eap0kt4ylZu GIEV4YiFTYddYavZZ5yidtadABl0RC/nv2WZpVj0YZEPyrNUi6lfu2DaCt+hO+dpilCM xjY+wLt9CwUSQP9QwLb+bWmHP6qXSIFn/CxBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=x35fEbsevziFOGIT5u4Bn7iExwaiqd/iXlLW+znocrCveh8TPMXIelgaVY50+tU/Mt ZP0DSav9tlMb3U6JU4ieZrmEofmXFxaPFwoeikjzmUco32FvPefGtd4vy+4s8yIgmszi sk2UJSPucH2hwC+nuXVgFaRP4PwZrVUFQZaoE= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.204.70.14 with SMTP id b14mr384881bkj.31.1241552070726; Tue, 05 May 2009 12:34:30 -0700 (PDT) In-Reply-To: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> References: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> Date: Tue, 5 May 2009 21:34:30 +0200 X-Google-Sender-Auth: 5853d9fed6cc1f46 Message-ID: <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> To: Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Throwing E_DEPRECATED on startup From: kalle@php.net (Kalle Sommer Nielsen) 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 > > -- > Kalle Sommer Nielsen > -- Kalle Sommer Nielsen kalle@php.net