Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31395 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22715 invoked by uid 1010); 3 Aug 2007 08:37:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22700 invoked from network); 3 Aug 2007 08:37:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2007 08:37:07 -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:33504] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/B0-15578-F29E2B64 for ; Fri, 03 Aug 2007 04:37:06 -0400 Received: (qmail 1406 invoked from network); 3 Aug 2007 08:36:59 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 3 Aug 2007 08:36:59 -0000 Message-ID: <46B2E92A.40303@zend.com> Date: Fri, 03 Aug 2007 12:36:58 +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> In-Reply-To: <000201c7d598$14f53cf0$0201a8c0@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 10:32, Uwe Schindler wrote: > Configuring on Solaris (2.10) no longer works, ist the old problem with > "test" that is more strict on solaris: > > ... > checking dynamic linker characteristics... solaris2.10 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... no > > Generating files > ./configure: test: argument expected > pangaeaw@pansrv1:~/install/php-5.2.4RC1$ Cannot reproduce this, configure went just fine on Solaris. Can you please see on which line in configure script it complains? > The following two things are problematic: > > 1) @-operator before function names does not suppress warning messages > anymore? Whats wrong? > I got for example messages like "cannot open file..." even when it was > opened with @fopen(...). Not reproducible either. ./sapi/cli/php -r 'fopen("aaaaa", "r");' Warning: fopen(aaaaa): failed to open stream: No such file or directory in Command line code on line 1 ./sapi/cli/php -r '@fopen("aaaaa", "r");' > 2) make test is broken: > pangaeaw@pansrv1:~/install/php-5.2.4RC1$ gmake test > > Build complete. > Don't forget to run 'make test'. > > /bin/sh: syntax error at line 1: `;' unexpected > gmake: [test] Error 2 (ignored) Confirmed, Jani's configure.in tweaks do not work with broken shell on Solaris. Jani, please take a look at it, it complains each time I try to use $(PHP_TEST_SHARED_EXTENSIONS). -- Wbr, Antony Dovgal