Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31391 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98909 invoked by uid 1010); 3 Aug 2007 07:38:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98893 invoked from network); 3 Aug 2007 07:38:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2007 07:38:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=thetaphi@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=thetaphi@php.net; 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:45416] helo=mail.troja.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/00-32108-97BD2B64 for ; Fri, 03 Aug 2007 03:38:35 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id ADE352E508; Fri, 3 Aug 2007 09:38:30 +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 20314-06; Fri, 3 Aug 2007 09:38:28 +0200 (CEST) Received: from VEGA (port-83-236-62-51.dynamic.qsc.de [83.236.62.51]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTP id 814D72E334; Fri, 3 Aug 2007 09:38:28 +0200 (CEST) To: "'Ilia Alshanetsky'" , "'PHP Internals'" References: <87E4F8AF-06DE-4FCC-AD1B-83E932A5E180@prohost.org> Date: Fri, 3 Aug 2007 09:38:31 +0200 Message-ID: <000201c7d5a1$4b290960$0201a8c0@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcfVXjEOhF3vTkqkQN+mqrqd7W7oUgAQo+gg In-Reply-To: <87E4F8AF-06DE-4FCC-AD1B-83E932A5E180@prohost.org> X-Virus-Scanned: amavisd-new at troja.net Subject: RE: [PHP-DEV] 5.2.4RC1 Released From: thetaphi@php.net ("Uwe Schindler") Hello again, got it configured on Solaris with "bash configure ...". 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(...). 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) ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -----Original Message----- > 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