Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96791 invoked by uid 1010); 3 Aug 2007 10:56:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96775 invoked from network); 3 Aug 2007 10:56:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2007 10:56:48 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:15282] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/02-13770-AE903B64 for ; Fri, 03 Aug 2007 06:56:45 -0400 Received: (qmail 27260 invoked from network); 3 Aug 2007 10:56:38 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 3 Aug 2007 10:56:38 -0000 Message-ID: <46B309E5.10401@zend.com> Date: Fri, 03 Aug 2007 14:56:37 +0400 User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Uwe Schindler CC: 'Ilia Alshanetsky' , 'PHP Internals' References: <87E4F8AF-06DE-4FCC-AD1B-83E932A5E180@prohost.org> <000201c7d598$14f53cf0$0201a8c0@VEGA> <46B2E92A.40303@zend.com> <000001c7d5ae$1534b4f0$4cf96686@VEGA> <46B2F4D0.4070003@zend.com> <000101c7d5b6$233cf4b0$4cf96686@VEGA> <46B302AF.2060007@zend.com> <000001c7d5bb$d01eab60$4cf96686@VEGA> In-Reply-To: <000001c7d5bb$d01eab60$4cf96686@VEGA> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.2.4RC1 Released From: antony@zend.com (Antony Dovgal) On 03.08.2007 14:48, Uwe Schindler wrote: >> How EXACTLY does the web-server put the value? >> To me it looks like you're using some global config file, so no wonder >> it's put globally. > > It is not global. The overwritten value is set only for a specific path (you > can be sure that I know how Sun Webserver works, I maintain the NSAPI > module... :-) ). > > The changed value then corrupts the ini entry complete. I found out why this > is so, so this is a _bug_. > > The following patch, when reverted fixes it and restores the old behaviour: > > http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini.c?r1=1.39.2.2.2.8&r2=1.39 > .2.2.2.9&pathrev=PHP_5_2 It's done to prevent overwriting settings set in httpd.conf (aka php_admin_value's). > I do not know why, but it seems that this request specific code tries to > overwrite the definition of the ini entry and corrupts it in a ZTS > environment. After that every request this webserver handles (even when not > affected by a overwritten value produces nice error messages. >> I don't know what exactly is the problem and how to reproduce it, so it >> makes little sense to ask _me_ about it. >> Do you have a short reproduce case that doesn't require Solaris, Sun Web >> server and other stuff we don't have? > > Take Apache on Windows... :) Do you mean you were able to reproduce it with Apache on Windows? -- Wbr, Antony Dovgal