Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13301 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78176 invoked by uid 1010); 12 Oct 2004 23:10:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78146 invoked from network); 12 Oct 2004 23:10:37 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.246) by pb1.pair.com with SMTP; 12 Oct 2004 23:10:37 -0000 Received: by mproxy.gmail.com with SMTP id w67so90206cwb for ; Tue, 12 Oct 2004 16:10:36 -0700 (PDT) Received: by 10.11.117.63 with SMTP id p63mr562066cwc; Tue, 12 Oct 2004 16:10:36 -0700 (PDT) Received: by 10.11.117.13 with HTTP; Tue, 12 Oct 2004 16:10:36 -0700 (PDT) Message-ID: <4e89b42604101216106c998593@mail.gmail.com> Date: Wed, 13 Oct 2004 00:10:36 +0100 Reply-To: Wez Furlong To: Jeremy Johnstone Cc: internals@lists.php.net In-Reply-To: <90e24d4e04101215562592f472@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <90e24d4e041012125377f90111@mail.gmail.com> <152201c4b099$c07c1a20$0200a8c0@rusko> <90e24d4e04101215083160a711@mail.gmail.com> <4e89b4260410121543180d5abd@mail.gmail.com> <90e24d4e04101215562592f472@mail.gmail.com> Subject: Re: [PHP-DEV] Compiling extensions From: kingwez@gmail.com (Wez Furlong) On Tue, 12 Oct 2004 17:56:45 -0500, Jeremy Johnstone wrote: > Will do last I heard about it you (and others) were wanting me to > extend the extension to include a lot more. Unfortunately I haven't > had the time I wanted to do that. Getting the code into PECL could result in other people helping you out, depending on how much they want those features. :-) > I think I might give the cross-compile a try for OS X atleast, unless > someone knows where I can pick up a decent Mac w/ OS X for a low > price. Somehow I have my doubts too, but I am willing to be a pioneer > if need be. Of all the platforms, I suspect OS X will the hardest to cross-compile for. But don't let that stop you ;-) --Wez.