Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51203 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84265 invoked from network); 3 Jan 2011 07:53:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2011 07:53:31 -0000 Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 178.63.228.54 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 178.63.228.54 elvis.mohiva.com Linux 2.6 Received: from [178.63.228.54] ([178.63.228.54:46934] helo=elvis.mohiva.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/38-27430-A70812D4 for ; Mon, 03 Jan 2011 02:53:31 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by elvis.mohiva.com (Postfix) with ESMTP id C793B1D247E4 for ; Mon, 3 Jan 2011 08:53:27 +0100 (CET) X-Virus-Scanned: amavisd-new at mohiva.com Received: from elvis.mohiva.com ([127.0.0.1]) by localhost (elvis.mohiva.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DopczLF+QINp for ; Mon, 3 Jan 2011 08:53:26 +0100 (CET) Received: from [192.168.178.2] (p57B544FB.dip.t-dialin.net [87.181.68.251]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: christian.kaps@mohiva.com) by elvis.mohiva.com (Postfix) with ESMTPSA id 90D821D247E3 for ; Mon, 3 Jan 2011 08:53:26 +0100 (CET) Message-ID: <4D218076.7010603@mohiva.com> Date: Mon, 03 Jan 2011 08:53:26 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101222 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: "internals@lists.php.net" References: <1290504719.2294.251.camel@guybrush> <20101231035937.GA18520@nibiru.local> <4D1D695C.9040400@sugarcrm.com> <20101231114927.GC18520@nibiru.local> <4D1E0E9E.4060908@lerdorf.com> <20110103005226.GA27395@nibiru.local> <4D2122DC.1050508@lerdorf.com> <20110103014111.GE27395@nibiru.local> In-Reply-To: <20110103014111.GE27395@nibiru.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Release Process From: christian.kaps@mohiva.com (Christian Kaps) Am 03.01.2011 02:41, schrieb Enrico Weigelt: > * Rasmus Lerdorf wrote: > >> Also, you said this happened between 5.3.2 and 5.3.3? Looking through >> the diff between those two versions we did not add any new deprecation >> warnings. We tend to not do that in a minor release. At least I don't >> recall the last time we did so. > That's where I noticed it. Maybe several other things had to come > together to make it show up now. I can just tell you my observation > that the latest update suddenly brought up all these warnings > to stdout. > >> I suspect your issue comes down to your system somehow ending up with a >> new php.ini with different settings when you installed 5.3.3 and it has >> nothing to do with any code changes on our part at all. > No, as usual on Gentoo, config files are never overwritten, but > written to another place and tools like etc-update show you the > differences. I've merged the configs manually, and I'm pretty > sure I didn't add anything like error_reporting=On, etc. > But I can't tell if these options had been previously set at all, > so it's maybe a matter of built-in defaults. > > > cu