Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29706 invoked from network); 6 Jun 2011 11:46:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2011 11:46:57 -0000 Authentication-Results: pb1.pair.com header.from=lars.schultz@toolpark.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lars.schultz@toolpark.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain toolpark.com from 195.49.42.12 cause and error) X-PHP-List-Original-Sender: lars.schultz@toolpark.com X-Host-Fingerprint: 195.49.42.12 mail1.screenlight.ch Received: from [195.49.42.12] ([195.49.42.12:51117] helo=mail1.screenlight.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/D1-17923-F2EBCED4 for ; Mon, 06 Jun 2011 07:46:57 -0400 Received: from [192.168.1.112] ([192.168.1.112]) (authenticated user lars.schultz@toolpark.com) by mail1.screenlight.ch (Kerio Connect 7.0.2 patch 1) (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for internals@lists.php.net; Mon, 6 Jun 2011 13:46:52 +0200 Message-ID: <4DECBE2D.60203@toolpark.com> Date: Mon, 06 Jun 2011 13:46:53 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: internals@lists.php.net References: <4DE7F179.5010402@sugarcrm.com> <4DE89534.5070206@sugarcrm.com> <4DE89CD2.4040302@sugarcrm.com> <4DE9AA9B.3000108@sugarcrm.com> <4DEC02B6.60806@sugarcrm.com> <4DEC7FED.9000700@lsces.co.uk> <4DEC8570.1010904@sugarcrm.com> <4DECACFB.5000805@lsces.co.uk> <4DECBBC3.10207@toolpark.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4 moving forward From: lars.schultz@toolpark.com (Lars Schultz) Am 06.06.2011 13:41, schrieb Pierre Joye: > You cannot say that any kind of bugs prevent the waste majority to > update from a dead cow to the current stable branch. And I'm not sure > if it is actually a bug or a badly documented setting. Its not the bug that prevents moving forward but the fix of it! [2009-08-07 07:40 UTC] jani@php.net > Obviously the documentation is wrong, it's PHP_INI_SYSTEM in sources > since fix of bug #43227 for PHP 5.2.7. The fix of bug #43227 changed the setting from PHP_INI_PERDIR to PHP_INI_SYSTEM, which is not a fix but a workaround for something (ereg), which will probably be removed in the future and already is deprecated.