Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44399 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8084 invoked from network); 22 Jun 2009 07:17:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2009 07:17:42 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:34067] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/23-20019-5103F3A4 for ; Mon, 22 Jun 2009 03:17:42 -0400 Received: by fxm20 with SMTP id 20so3492985fxm.23 for ; Mon, 22 Jun 2009 00:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6LTfjQWjhjdtms1jS5OYFBUbCSrfFeSJL7I0x/fLp0A=; b=WU7e1pfvbL5z/TW63dAsdkeNerUVyGnVhq7wbO6cBDwr7LJVHBs166uG0gSr4shZJ6 ia2h9xRa/silEAvpWvyk0U/Ci6w2q2+5nj9er535mS0HFMFzo2W+Dh90th3xdLB48S5e uY0Y6kdoLBXKIXElTBiWLP6gSIkyEzucEgRzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gV+WDWjqn0dKx3YPXotStLXifopMnstAweoow22W+WKtw18RSvUnX7K5wAUJJRK+IG RdxabMyiDwmheT4TxLQV3SyMma7MICLMWdGCi3TFvyZUPbWB96f/m627+Vh7C07XLmUN QInMuq/alcOK6YyJqMIskGYGzGNfJ265iCSKA= MIME-Version: 1.0 Received: by 10.86.1.1 with SMTP id 1mr6250118fga.0.1245655058991; Mon, 22 Jun 2009 00:17:38 -0700 (PDT) In-Reply-To: <06.D1.20019.45C1F3A4@pb1.pair.com> References: <688E0CB7-742C-4861-B636-0C89DC4D8B9A@pooteeweet.org> <06.D1.20019.45C1F3A4@pb1.pair.com> Date: Mon, 22 Jun 2009 09:17:38 +0200 Message-ID: <7f3ed2c30906220017j6fcea76do2190af3f3ff2d763@mail.gmail.com> To: jvlad Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.3.0 stable release From: hannes.magnusson@gmail.com (Hannes Magnusson) On Mon, Jun 22, 2009 at 07:53, jvlad wrote: > Did you hear about crashes under Solaris and MacOSX, and compiler failures > under all *BSD systems? > They were posted against RC3 and the problems are still the same in RC4. We fixed several compile failures recently (both FreeBSD related and GCC2), it probably didn't make it into RC4 though. -Hannes