Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44343 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85268 invoked from network); 17 Jun 2009 11:50:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2009 11:50:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.133 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.133 mailout1.netbeat.de Linux 2.6 Received: from [83.243.58.133] ([83.243.58.133:59442] helo=mailout1.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/B6-51188-868D83A4 for ; Wed, 17 Jun 2009 07:50:02 -0400 Received: (qmail 20842 invoked by uid 89); 17 Jun 2009 12:12:30 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@62.216.221.170) by mailout1.netbeat.de with ESMTPA; 17 Jun 2009 12:12:30 -0000 To: jvlad Cc: internals@lists.php.net In-Reply-To: References: <74.A3.35766.8C4283A4@pb1.pair.com> <1245229469.3667.7.camel@goldfinger.johannes.nop> Content-Type: text/plain Date: Wed, 17 Jun 2009 13:49:45 +0200 Message-ID: <1245239385.3667.31.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] seems 5.3RC3 is too unstable From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Wed, 2009-06-17 at 13:49 +0400, jvlad wrote: > solaris2.8/sparc 32bit (it's 32bit, not 64bit as I mentioned before): yes, I used 32bit on the niagara box, too. > $ uname -a > SunOS qu1 5.8 Generic_108528-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine I used a similar machine from our lab now and did some tests and couldn't reproduce. The problems you're seeing are both times when the PHP interpreter is run, so can you do a $ sapi/cli/php -m or similar just to see if the binary itself works, my assumption would be that the loader is loading the wrong libs or similar, maybe also check whether $ ldd sapi/cli/php makes sense. johannes