Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39122 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63684 invoked from network); 21 Jul 2008 09:42:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2008 09:42:20 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.190 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: 64.233.182.190 nf-out-0910.google.com Received: from [64.233.182.190] ([64.233.182.190:39050] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/A3-37768-9F954884 for ; Mon, 21 Jul 2008 05:42:18 -0400 Received: by nf-out-0910.google.com with SMTP id b11so371736nfh.13 for ; Mon, 21 Jul 2008 02:42:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=IS/heEXtSEWdcFn0Z+jZSA8TFfrrlLE0VpDh4ih+iIs=; b=MKDTaAGubT1Kr1A4K4Z7cvRbJ4pBtPgxL8txrHQ8Cf11n74NGzjkFEH1QWml2Gz1ak g36Ibk/OL53u3J56YxsPPp/RHd1JXXatcz9cgRshU6a6NS/dnE1jI6qK7D3t2jL02NRu 6sfrkcsX2lV0oUr9GhkrkzKVBywFBs1V6bUYg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TxYcJ8pa3GchgMRHkZT5iAgauWVl/AbbDd9MuwddxwKDl1jHmD22ZGO1XqGIF9rNxc lVCB3pKDB7KH4Rwm+1B73LjZvYT1rVy+rx2Mit9r6As1uDLS2Yxdd7oJ+Ov3tMhLp1OW /nlb8hRrYx5yv24PdZpW6zCoSlJ+lxHa62bgQ= Received: by 10.103.134.20 with SMTP id l20mr2409474mun.132.1216633331429; Mon, 21 Jul 2008 02:42:11 -0700 (PDT) Received: by 10.103.165.7 with HTTP; Mon, 21 Jul 2008 02:42:11 -0700 (PDT) Message-ID: <7f3ed2c30807210242q51102e52u68fc921956191c83@mail.gmail.com> Date: Mon, 21 Jul 2008 11:42:11 +0200 To: "Lukas Kahwe Smith" Cc: "Lars Strojny" , internals In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1216416554.7770.8.camel@localhost> Subject: Re: [PHP-DEV] E_USER_DEPRECATED From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Mon, Jul 21, 2008 at 10:14, Lukas Kahwe Smith wrote: > > On 18.07.2008, at 23:29, Lars Strojny wrote: > >> Hello, >> >> I've create a patch to introduce E_USER_DEPRECATED for user level >> deprecation warnings. I think the purpose is fairly obvious and it >> corresponds with the rest of our user level errors (E_USER_ERROR, >> E_USER_WARNING). >> >> 5_3: http://lars.schokokeks.org/php/E_USER_DEPRECATED.diff >> HEAD: http://lars.schokokeks.org/php/E_USER_DEPRECATED-HEAD.diff > > > Can someone with ZE karma commit this for Lars? Done. As a co-RM, shouldn't you have ZE karma? -Hannes