Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44406 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45732 invoked from network); 22 Jun 2009 11:45:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2009 11:45:44 -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:44535] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/DA-20019-8EE6F3A4 for ; Mon, 22 Jun 2009 07:45:44 -0400 Received: by fxm20 with SMTP id 20so3655516fxm.23 for ; Mon, 22 Jun 2009 04:45:41 -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=e8i1x4qrRgyWDTst1529L2+zP0cY7si/oWg/o2SnPSs=; b=MXF4XNpGiHi5jLMlFjG5iojhaNuhOAsYomumjafug/mC057gUZ1ElZ7CRoRg5f75ky I3JATAgwiWUc3vCLE5Qmjdhm8/Ng4sG6EjDaKh0F0Apk4jhD7Ixb6wlJiZNjCYqlUTP4 fReuDJRnP+loJJTLY4qiL3HNtA+YDZ7DnN0OA= 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=RgykB/9X6+1SUGgw7XZSI5DRoA0TRHseksL7CPRNv2lUczZSE/qbzinQI9NSrXzkEx RblFPYJPHjVs2950d+6zbh8mmL4aL6VRkAQ6PhdQltLlw5LyrrYIN+uiuUQ4WqZ9+wHA e9zRa7BhV+RO/wT56mw09T8cCkjN2HfFAbGmY= MIME-Version: 1.0 Received: by 10.86.92.9 with SMTP id p9mr6496546fgb.15.1245671138463; Mon, 22 Jun 2009 04:45:38 -0700 (PDT) In-Reply-To: <38.7A.20019.C9D6F3A4@pb1.pair.com> References: <688E0CB7-742C-4861-B636-0C89DC4D8B9A@pooteeweet.org> <06.D1.20019.45C1F3A4@pb1.pair.com> <7f3ed2c30906220017j6fcea76do2190af3f3ff2d763@mail.gmail.com> <38.7A.20019.C9D6F3A4@pb1.pair.com> Date: Mon, 22 Jun 2009 13:45:38 +0200 Message-ID: <7f3ed2c30906220445m469c0faxc6e28b242dffb086@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 13:40, 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. >> > > > As of php5.3-200906221030, the problem under *BSD platforms that I'm talking > about is still the same. I see no compile failure bug reports against FreeBSD in the bugtracker... I successfully built a snapshot on 4.11-STABLE FreeBSD (gcc 2.95.4) 3hours ago, you'll have to be slightly more specific. -Hannes