Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66162 invoked from network); 3 Jan 2011 17:27:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2011 17:27:43 -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 209.85.214.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:37011] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/F0-56222-D07022D4 for ; Mon, 03 Jan 2011 12:27:43 -0500 Received: by iwn6 with SMTP id 6so14734761iwn.29 for ; Mon, 03 Jan 2011 09:27:39 -0800 (PST) Received: by 10.42.230.137 with SMTP id jm9mr21140097icb.282.1294075659217; Mon, 03 Jan 2011 09:27:39 -0800 (PST) Received: from Anonymous.local (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id y8sm17847951ica.14.2011.01.03.09.27.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Jan 2011 09:27:35 -0800 (PST) Message-ID: <4D220703.4090403@lerdorf.com> Date: Mon, 03 Jan 2011 09:27:31 -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: Christian Kaps CC: "internals@lists.php.net" , weigelt@metux.de 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> <4D218122.2010804@mohiva.com> In-Reply-To: <4D218122.2010804@mohiva.com> 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 11:56 PM, Christian Kaps wrote: > Am 03.01.2011 02:41, schrieb Enrico Weigelt: > >>> >>> 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 > Hi, > > Sorry for the noise. Here is the correct answer. > > Since ebuild php-5.3.3 Gentoo introduced a set of new features. One of > them is the PHP_INI_VERSION variable in the file /etc/make.conf. If you > don't set this variable, Gentoo installs the development version of the > php.ini file. I think this is your problem. For more informations you > can visit the Blog from the PHP ebuild maintainer. Thanks for clearing that up. We do seem to get blamed a lot for breaking stuff between releases. The truth is that we try really hard not to, but there are a lot of moving parts that we have no control over. Changes in 3rd-party libraries and distro-specific stuff like this as well and most of these issues end up being attributed to us. -Rasmus