Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44334 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67662 invoked from network); 16 Jun 2009 23:27:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 23:27:26 -0000 X-Host-Fingerprint: 85.21.236.169 xdmitri.static.corbina.ru Received: from [85.21.236.169] ([85.21.236.169:6548] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/66-35766-C5A283A4 for ; Tue, 16 Jun 2009 19:27:25 -0400 Message-ID: <0C.66.35766.C5A283A4@pb1.pair.com> To: internals@lists.php.net References: <74.A3.35766.8C4283A4@pb1.pair.com> Date: Wed, 17 Jun 2009 03:27:28 +0400 Lines: 32 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Posted-By: 85.21.236.169 Subject: Re: [PHP-DEV] seems 5.3RC3 is too unstable From: dmda@yandex.ru ("jvlad") >> Did anybody experiece troubles compiling php 5.3RC under FreeBSD 6.2/ >> amd64, >> NetBSD 3.1/x86, and OpenBSD 4.1/x86? >> Under these platforms gcc hangs in >> php-5.3.0RC3/ext/fileinfo/libmagic/apprentice.c. Disabling fileinfo >> produces >> further errors in spl and date. >> Under Solaris 2.8/Sparc/Sparc64 php coredumps installing/generating >> phar.phar and if it is disabled coredumps installing PEAR >> Under windows php crashes in fastcgi... >> I've got no problems only under FreeBSD 6.2/x86, Solaris 2.10/amd64, and >> Linux 2.4, 2.6/x86/amd64. >> > > Plan to share any of these errors with us? We don't have all platforms > available for testing. > No problems, but I'm not sure what info to share. gcc either hangs compiling php-5.3.0RC3/ext/fileinfo/libmagic/apprentice.c or coredumps with suggestion to submit to gcc maintainers. It's gcc-3.3.3 and 3.3.5 came with those platfoms, not very good versions, but they had absolutely no problems with _ANY_ other php versions I compiled up to 5.2.9. Looks like it's php5.3.0RC3 brought the code that gcc 3.3.x can't compile. Regarding Solaris/Sparc, I have no gdb there to submit stacktraces. Will try to install and grab bt later when I get more time for this. Regarding Windows, I've already pinpointed the problem and submitted a report.