Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44419 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2720 invoked from network); 22 Jun 2009 16:15:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2009 16:15:59 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.198.236 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.198.236 rv-out-0506.google.com Received: from [209.85.198.236] ([209.85.198.236:34964] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/86-20019-E3EAF3A4 for ; Mon, 22 Jun 2009 12:15:59 -0400 Received: by rv-out-0506.google.com with SMTP id l9so82490rvb.23 for ; Mon, 22 Jun 2009 09:15:55 -0700 (PDT) Received: by 10.141.53.18 with SMTP id f18mr5822971rvk.188.1245687355375; Mon, 22 Jun 2009 09:15:55 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id k41sm11727433rvb.57.2009.06.22.09.15.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Jun 2009 09:15:54 -0700 (PDT) Message-ID: <4A3FAE37.5020102@chiaraquartet.net> Date: Mon, 22 Jun 2009 11:15:51 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: jvlad CC: internals@lists.php.net 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> <7f3ed2c30906220445m469c0faxc6e28b242dffb086@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.3.0 stable release From: greg@chiaraquartet.net (Greg Beaver) 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. >> > > > php5.3-200906221030 make produces suspecious output under FreeBSD 6/amd64: > > Generating phar.php > Generating phar.phar > pear: not found > ^^^^^^^^^^^^ > Pear package PHP_Archive or Archive.php class file not found. This is not suspicious. It is self-explanatory, not a problem, not a bug. Do not pass Go. Do not collect $200. Greg