Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54149 invoked by uid 1010); 3 Aug 2007 12:42:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54134 invoked from network); 3 Aug 2007 12:42:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2007 12:42:31 -0000 Authentication-Results: pb1.pair.com header.from=thetaphi@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thetaphi@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 80.190.230.99 as permitted sender) X-PHP-List-Original-Sender: thetaphi@php.net X-Host-Fingerprint: 80.190.230.99 www.troja.net Linux 2.5 (sometimes 2.4) (4) Received: from [80.190.230.99] ([80.190.230.99:59080] helo=mail.troja.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/91-32246-7B223B64 for ; Fri, 03 Aug 2007 08:42:31 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 232712E5AC; Fri, 3 Aug 2007 14:42:27 +0200 (CEST) Received: from mail.troja.net ([127.0.0.1]) by localhost (cyca.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04033-10; Fri, 3 Aug 2007 14:42:24 +0200 (CEST) Received: from VEGA (unknown [134.102.249.76]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTP id BD2402E56D; Fri, 3 Aug 2007 14:42:24 +0200 (CEST) To: , "'PHP Internals'" References: <87E4F8AF-06DE-4FCC-AD1B-83E932A5E180@prohost.org> <000201c7d598$14f53cf0$0201a8c0@VEGA> <1186138097.3347.11.camel@localhost.localdomain> Date: Fri, 3 Aug 2007 14:42:29 +0200 Message-ID: <000001c7d5cb$c1282720$4cf96686@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcfVu9htu5+WYQGdQMi8YrE3Eo7vzAADxUQg In-Reply-To: <1186138097.3347.11.camel@localhost.localdomain> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Scanned: amavisd-new at troja.net Subject: RE: [PHP-DEV] 5.2.4RC1 Released From: thetaphi@php.net ("Uwe Schindler") Hallo Jani, thanks, the configure error is gone! "gmake test" still fails with "/bin/sh: syntax error at line 1: `;' unexpected" ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > From: Jani Taskinen [mailto:jani.taskinen@sci.fi] > Sent: Friday, August 03, 2007 12:48 PM > To: Uwe Schindler > Subject: RE: [PHP-DEV] 5.2.4RC1 Released > > I changed one added 'test' line in acinclude.m4 and committed it..so try > the latest PHP_5_2 checkout. > > --Jani > > On Fri, 2007-08-03 at 08:32 +0200, 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$ > > > > config.log does not show anything special: > > .. > > configure:113510: c++ -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS > > -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -fPIC -DPIC conftest.cpp 1>&5 > > configure:113514: $? = 0 > > configure:113552: checking if c++ supports -c -o file.o > > configure:113572: c++ -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS > > -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -o out/conftest2.o conftest.cpp > 1>&5 > > configure:113576: $? = 0 > > configure:113623: checking whether the c++ linker (/usr/ccs/bin/ld) > supports > > shared libraries > > configure:113709: checking dynamic linker characteristics > > configure:114283: checking how to hardcode library paths into programs > > configure:114321: checking whether stripping libraries is possible > > > > Uwe > > > > ----- > > Uwe Schindler > > thetaphi@php.net - http://www.php.net > > NSAPI SAPI developer > > Bremen, Germany > > > From: Ilia Alshanetsky [mailto:ilia@prohost.org] > > > Sent: Friday, August 03, 2007 1:37 AM > > > To: PHP Internals > > > Subject: [PHP-DEV] 5.2.4RC1 Released > > > > > > As promised two weeks ago, the 5.2.4RC1 was released today and the > > > sources for the release can be found here: > > > > > > http://downloads.php.net/ilia/php-5.2.4RC1.tar.bz2 (md5sum: > > > 43e28d2aa55b6c8bcd67da16e24b225a) > > > > > > Windows binaries should become available in short order as well. > > > > > > This release have been long in the making so the changelog is a bit > > > intimidating, so we definitely need a lot of testing for this > > > release. I would like to ask everyone to give this RC a shot and see > > > how it behaves with their code and hopefully not find any > > > regressions. If you do find any, please let us know. Now that RC1 is > > > out, I would like to ask all developers to refrain from making any > > > feature additions to 5.2.4 at this time and only apply bug fixes. I > > > am hoping to have RC2 released within 2 weeks from now and if it > > > proves to be stable move onto the final release a week from then. So, > > > if all goes well we should have 5.2.4 out within a month or less. > > > > > > One exception to the rule I'd like to make known is Stas' ini system > > > patch, which I feel we should include, but that's still being > > > currently discussed. Aside from those, no feature additions, please. > > > > > > > > > Ilia Alshanetsky > > > > > > -- > > > PHP Internals - PHP Runtime Development Mailing List > > > To unsubscribe, visit: http://www.php.net/unsub.php > >