Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34483 invoked from network); 3 Jan 2011 01:14:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2011 01:14:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:55751] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/21-27430-3E2212D4 for ; Sun, 02 Jan 2011 20:14:12 -0500 Received: by gyf2 with SMTP id 2so5410793gyf.29 for ; Sun, 02 Jan 2011 17:14:09 -0800 (PST) Received: by 10.236.108.129 with SMTP id q1mr744646yhg.49.1294017249594; Sun, 02 Jan 2011 17:14:09 -0800 (PST) Received: from [192.168.200.144] (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id g58sm6585255yhd.18.2011.01.02.17.14.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Jan 2011 17:14:07 -0800 (PST) Message-ID: <4D2122DC.1050508@lerdorf.com> Date: Sun, 02 Jan 2011 17:14:04 -0800 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: weigelt@metux.de CC: 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> In-Reply-To: <20110103005226.GA27395@nibiru.local> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Release Process From: rasmus@lerdorf.com (Rasmus Lerdorf) On 1/2/11 4:52 PM, Enrico Weigelt wrote: > * Rasmus Lerdorf wrote: > >> Your application broke because of a deprecation warning? Are you >> sending PHP errors to the user in your production code? > > Unfortunately, yes. I didn't enable that - happend magically > on the update. That's yet another strange point here - why do > such warnings go stdout per default, instead of syslog ? ;-o We do not overwrite your existing php.ini file on an install. And the default has not changed in 10+ years. So I suspect some user error here. 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. 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. -Rasmus