Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66353 invoked by uid 1010); 12 Oct 2004 23:33:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63898 invoked from network); 12 Oct 2004 23:32:44 -0000 Received: from unknown (HELO mproxy.gmail.com) (64.233.170.202) by pb1.pair.com with SMTP; 12 Oct 2004 23:32:43 -0000 Received: by mproxy.gmail.com with SMTP id v30so148081rnb for ; Tue, 12 Oct 2004 16:32:43 -0700 (PDT) Received: by 10.38.8.80 with SMTP id 80mr1870033rnh; Tue, 12 Oct 2004 16:32:43 -0700 (PDT) Received: by 10.38.8.10 with HTTP; Tue, 12 Oct 2004 16:32:43 -0700 (PDT) Message-ID: <90e24d4e041012163260fcc3e8@mail.gmail.com> Date: Tue, 12 Oct 2004 18:32:43 -0500 Reply-To: Jeremy Johnstone To: Wez Furlong Cc: internals@lists.php.net In-Reply-To: <4e89b42604101216106c998593@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> <4e89b42604101216106c998593@mail.gmail.com> Subject: Re: [PHP-DEV] Compiling extensions From: phpdev@gmail.com (Jeremy Johnstone) > > 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. :-) Agreed, which is why I originally submitted it to PECL. As it stands right now, the module just allows you to do functions which allow access to the MAC address of the network card on the machine. My future plans were to extend it to support all kinds of information about the machine the PHP script is running on. > > 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 ;-) That sounds like just the motivation I need to actually try it. I always did have a thing for doing the impossible. ;-)