Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85710 invoked from network); 3 Jan 2011 07:56:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2011 07:56:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; 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:47193] helo=elvis.mohiva.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/00-20041-721812D4 for ; Mon, 03 Jan 2011 02:56:23 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by elvis.mohiva.com (Postfix) with ESMTP id 3C2991D247E4 for ; Mon, 3 Jan 2011 08:56:20 +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 rW1qX2Mk1wQg for ; Mon, 3 Jan 2011 08:56:19 +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 D6FAB1D247E3 for ; Mon, 3 Jan 2011 08:56:18 +0100 (CET) Message-ID: <4D218122.2010804@mohiva.com> Date: Mon, 03 Jan 2011 08:56:18 +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: > > > > 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. olemarkus.org Greetings, Christian