Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51162 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77762 invoked from network); 31 Dec 2010 17:11:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Dec 2010 17:11:01 -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.213.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:39822] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/3F-01063-5AE0E1D4 for ; Fri, 31 Dec 2010 12:11:01 -0500 Received: by yws5 with SMTP id 5so5115848yws.29 for ; Fri, 31 Dec 2010 09:10:58 -0800 (PST) Received: by 10.90.63.6 with SMTP id l6mr8963443aga.125.1293815458732; Fri, 31 Dec 2010 09:10:58 -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 a11sm10048550yhd.28.2010.12.31.09.10.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Dec 2010 09:10:57 -0800 (PST) Message-ID: <4D1E0E9E.4060908@lerdorf.com> Date: Fri, 31 Dec 2010 09:10:54 -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> In-Reply-To: <20101231114927.GC18520@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 12/31/10 3:49 AM, Enrico Weigelt wrote: > * Stas Malyshev wrote: >> Hi! >> >>> Just had such a problem myself a few weeks ago: a minor update >>> (IIRC was from 5.3.2 to 5.3.3) broke virtually all of my web applications >> >> Out of curiosity - what exactly broke it? What change was it? > > IIRC many deprecation warnings, which totally broke the output. > I guess with the next release I can expect certain warnings to > become true and certain functionality disappearing ;-o Your application broke because of a deprecation warning? Are you sending PHP errors to the user in your production code? At most this should have caused some extra lines in your error log which end users should never ever see. -Rasmus