Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31885 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80283 invoked by uid 1010); 24 Aug 2007 02:15:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80268 invoked from network); 24 Aug 2007 02:15:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2007 02:15:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=buildsmart@daleenterprise.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=buildsmart@daleenterprise.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daleenterprise.com from 67.78.11.229 cause and error) X-PHP-List-Original-Sender: buildsmart@daleenterprise.com X-Host-Fingerprint: 67.78.11.229 daleenterprise.com Received: from [67.78.11.229] ([67.78.11.229:52576] helo=daleenterprise.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/21-06198-64F3EC64 for ; Thu, 23 Aug 2007 22:15:35 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id 465FD1FB500 for ; Thu, 23 Aug 2007 22:15:32 -0400 (EDT) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04883-19 for ; Thu, 23 Aug 2007 22:15:30 -0400 (EDT) Received: from [10.1.100.11] (daleenterprise.com [10.1.100.11]) by daleenterprise.com (Postfix) with ESMTP id 8C8A11FB4F6 for ; Thu, 23 Aug 2007 22:15:30 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <65771276-FE7F-4869-82F3-075C169A0C6F@prohost.org> References: <19AB4106-C235-4FA0-B176-812183D37B9B@prohost.org> <7BC73E38-460C-4BF5-B164-DB9419A322E9@prohost.org> <69DC5A2F-539C-4E4D-AE69-CA8FCAB413A7@daleenterprise.com> <65771276-FE7F-4869-82F3-075C169A0C6F@prohost.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <5D7A7744-B943-4529-9BB0-BE82E19EC1FE@daleenterprise.com> Content-Transfer-Encoding: 7bit Date: Thu, 23 Aug 2007 22:15:29 -0400 To: PHP Developers Mailing List X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) MTA-Interface: amavisd-new-2.3.3 (2005-08-22) + Maia Mailguard 1.1.0 at daleenterprise.com X-Spam-Scanned: using SpamAssassin 3.1.7 (2006-10-05) at daleenterprise.com X-Virus-Scanned: using ClamAV 0.88.6 (2006-11-05) at daleenterprise.com Subject: Re: [PHP-DEV] Re: 5.2.4RC3 From: buildsmart@daleenterprise.com (BuildSmart) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Aug 23, 2007, at 21:53:17, Ilia Alshanetsky wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On 23-Aug-07, at 9:49 PM, BuildSmart wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> On Aug 23, 2007, at 21:19:52, Ilia Alshanetsky wrote: >> >>> The link in the previous e-mail was wrong, the correct location >>> of the tarball is: >>> >>> http://downloads.php.net/ilia/php-5.2.4RC3.tar.bz2 (md5sum: >>> 72371ec077dd393f0c7d6370d115dcb6) >>> >>> >>> On 23-Aug-07, at 8:22 PM, Ilia Alshanetsky wrote: >>> >>>> Only a week has passed and we are up to RC3 already, only 5 new >>>> fixes since last RC one which addresses a minor security issue, >>>> which I wanted to resolve before the final release. The source >>>> tarball can be found at the URL below and Win32 binaries will be >>>> available shortly. >>>> >>>> http://downloads.php.net/ilia/php-5.2.4RC2.tar.bz2 (md5sum: >>>> dc6589d253b4ac5010603c5927f33546 ) >>>> >>>> Please try this RC out on your code and report back any critical >>>> issues you may discover. If all goes well the plan is to have >>>> the final release done by the end of next week. >>>> >>>> Ilia Alshanetsky >>>> 5.2 Release Master >>>> >>> >>> Ilia Alshanetsky >> >> It fails to generate a working binary for Mac OSX 10.4.10 on an >> intel XServe that doesn't segfault, I'm sure it's nothing critical >> since I've experienced similar issues with other RC versions that >> seem to be resolved with official releases. > > That's strange, I've compiled RC2 on my Intel mac and it seems to > be working fine without any issues. Could this perhaps be related > to some of the modules you have enabled? I was just getting around to that now, seems that if I enable dio, xmlrpx, xsl and zip is where it breaks down, if I build them embedded it seems to work OK. Of course I can't get the fbsql module to work at all under apache 2 regardless of how I build it. > >> >> It's not worth me spending time on since I have other PHP build >> issues that are far more important like why 5.2.3 wont generate a >> thread safe binary for apache 1.3.33 or the binaries are thread >> safe and the modules aren't or the reverse (I haven't figured out >> which is the case yet and no one seems to be of any help so far). > > Apache 1 sapi does not need to thread-safe since Apache 1 does not > use threads. True but by enabling it (or I thought) I could generate a single set of modules that could be used with apache 1 and apache 2 but it doesn't seem to matter to the apache 1 sapi, if I build the modules under apache 1 and force flat_namespace most of the modules seem to work under apache2 but I can't get any of the apache 2 build modules to work properly even in apache 2, I get that missing symbol issue however I don't get the issue if I build them embeded. > Ilia Alshanetsky - - -- BuildSmart -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iD8DBQFGzj9C0hzWbkf0eKgRAn1wAJ4oAVcgOreaI0Udixx7JPn6fKn+yACeK+rd b/jSaG5Tt/kkzHHNCh+jiIo= =P2u6 -----END PGP SIGNATURE-----