Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31410 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92164 invoked by uid 1010); 3 Aug 2007 10:53:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92137 invoked from network); 3 Aug 2007 10:53:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2007 10:53:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; 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:5297] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/62-65048-6B203B64 for ; Fri, 03 Aug 2007 06:26:00 -0400 Received: (qmail 22132 invoked from network); 3 Aug 2007 10:25:55 -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:25:55 -0000 Message-ID: <46B302AF.2060007@zend.com> Date: Fri, 03 Aug 2007 14:25:51 +0400 User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Uwe Schindler CC: 'Ilia Alshanetsky' , 'PHP Internals' , 'Jani Taskinen' 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> In-Reply-To: <000101c7d5b6$233cf4b0$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:07, Uwe Schindler wrote: > Until now, I have no error location. I think I will look into the changes in > configure.in and look for test calls and try to modify them. Thanks. > Starting configure with sh -v did not work it only prints a few messages at > beginning but then switches to another shell (???). The problem is fixed if > you start configure with "bash configure". But it would be good to fix this. Yes, I've already CCed Jani, who's responsible for this part. > I looked into it: > The problem seems to be ZTS specific. > What we have: > * First, the value looks correct in phpinfo(). > * Second setting the value to 6039 (which is the default from php.ini) > produces now a lot of _more_ and very strange error messages when running > PHP scripts. > > It seems that the webserver puts the value somewhere to a global place > because after that *ALL* PHP scripts print very strange things (even those > where this value is not explicitely set). 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. > Could it be that there happened a ZTS regression when updating the ini > scanner? In 5.2.3 it worked correctly. 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? -- Wbr, Antony Dovgal