Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31398 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47959 invoked by uid 1010); 3 Aug 2007 09:26:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47944 invoked from network); 3 Aug 2007 09:26:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2007 09:26:46 -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:48593] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/43-15578-4D4F2B64 for ; Fri, 03 Aug 2007 05:26:46 -0400 Received: (qmail 11422 invoked from network); 3 Aug 2007 09:26:41 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 3 Aug 2007 09:26:41 -0000 Message-ID: <46B2F4D0.4070003@zend.com> Date: Fri, 03 Aug 2007 13:26:40 +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> In-Reply-To: <000001c7d5ae$1534b4f0$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 13:10, Uwe Schindler wrote: >> Cannot reproduce this, configure went just fine on Solaris. >> Can you please see on which line in configure script it complains? > > How can I find that out? Is there a debug parameter? Config.log does not > show anything. > > Could it be that on your solaris system the default shell in /bin/sh is > "bash"? It's definitely not bash (cause I have to run bash manually to get a usable shell). # ls -l /bin/sh -r-xr-xr-x 4 root root 95320 Jul 30 2004 /bin/sh > You are right with CLI it works. But there seems to be a problem with INI > parsing. The web application that produced this error was started with an > overwritten "error_reporting" value running in Sun Java System Webserver > which worked correctly with 5.2.3: > > Service fn="php5_execute" type="magnus-internal/x-httpd-php" > error_reporting="2039" allow_url_include="1" This works just fine either: ./sapi/cli/php -d error_reporting=2039 -r 'error_reporting(2039); @fopen("aaaa", "r"); No idea how the sun webserver passes options to PHP, though. -- Wbr, Antony Dovgal