Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51197 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47853 invoked from network); 3 Jan 2011 01:56:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2011 01:56:48 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 74.125.83.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:62943] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/E3-27430-FDC212D4 for ; Sun, 02 Jan 2011 20:56:48 -0500 Received: by gwb20 with SMTP id 20so6195914gwb.29 for ; Sun, 02 Jan 2011 17:56:45 -0800 (PST) Received: by 10.236.105.129 with SMTP id k1mr7851490yhg.2.1294019805562; Sun, 02 Jan 2011 17:56:45 -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 f73sm11881038yhc.4.2011.01.02.17.56.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Jan 2011 17:56:44 -0800 (PST) Message-ID: <4D212CD6.3040107@lerdorf.com> Date: Sun, 02 Jan 2011 17:56:38 -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> <4D1E48AB.6070601@sugarcrm.com> <20110103011442.GC27395@nibiru.local> <4D2127E4.1050300@lerdorf.com> <20110103014533.GF27395@nibiru.local> In-Reply-To: <20110103014533.GF27395@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 5:45 PM, Enrico Weigelt wrote: > * Rasmus Lerdorf wrote: > >> Nope, we really didn't change anything. The simple explanation is >> that you installed without or with a different php.ini from the >> previous version. > > Of course, I've kept my original (old) config and just adapted > some things to the new default config manually. So it might have > something to do with built-in defaults. But like I said, we have not changed any built-in defaults in a very long time. Certainly not between 5.3.2 and 5.3.3. The evidence points to a simple change in your config. Whether you did or or Gentoo did it, I don't know, but I can tell you with 100% certainty that we didn't do it. Download both 5.3.2 and 5.3.3 and look at the diff yourself if you are still skeptical. There is no magic here. -Rasmus