Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11327 invoked by uid 1010); 9 Jan 2004 15:10:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11303 invoked by uid 1007); 9 Jan 2004 15:10:18 -0000 Message-ID: <20040109151018.11302.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "Justin Hannus" References: <20040109140717.98666.qmail@pb1.pair.com> <047f01c3d6c2$05467950$8802a8c0@obsidian> Date: Fri, 9 Jan 2004 10:04:23 -0500 Lines: 98 Organization: vci X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Posted-By: 209.244.152.156 Subject: Re: [PHP-DEV] New extension proposal - OpenDirectory From: jhannus@visualconceptsinc.com ("Justin Hannus") will do :) "Wez Furlong" wrote in message news:047f01c3d6c2$05467950$8802a8c0@obsidian... > Hey Justin, > > I guess most people have been a little too busy over the christmas > break. > > The quickest way is to fill out the pecl account form on pecl.php.net. > > It sounds like the license will be no problem, and I don't see why > we shouldn't include your extension in pecl. > > --Wez. > > PS: Posting directly to pecl-dev@lists.php.net makes it easier for > me to respond to your messages since I'm stuck with stupid OE which > borks on postings via NNTP :-) > > > ----- Original Message ----- > From: "Justin Hannus" > To: > Sent: Friday, January 09, 2004 2:01 PM > Subject: [PHP-DEV] New extension proposal - OpenDirectory > > > > previously posted on php.pecl.dev > > ----------------------------------- > > > > I've posted a couple messages in the past week or so proposing an > extension > > I'm working on to the pecl.dev list but no responses, not even a -1. Is > > there a better way to make a proposal?? > > > > > > "Justin Hannus" wrote in message > > news:007001c3d3b4$8d219c30$11201b0a@graphics2... > > > You can find it here... > > > http://www.128kb.com/projects/downloads/opendirectory.tar.gz > > > > > > The official name is now "opendirectory". Function names and constants > > were > > > left with the ds_* and DS_* prefix, to closely match the C API function > > > names. I still have some fine tuning to do but its ready for those who > are > > > interested in testing or viewing it. > > > > > > -Justin Hannus > > > > > > p.s. Is something wrong with the pecl.dev list? I'm seeing threads in > the > > > web interface but not in my mail client - and vise-versa > > > > > > > > > ----- Original Message ----- > > > From: "Justin Hannus" > > > Newsgroups: php.pecl.dev > > > Sent: Monday, December 29, 2003 10:13 AM > > > Subject: New extension proposal - OpenDirectory > > > > > > > > > > I'm in the final stages of developing an extension that wraps Apples > > > > OpenDirectory Framework (for Darwin/Mac OSX) and would like to > > contribute > > > it > > > > to PECL. OpenDirectory is licensed under the APSL, which is apples > open > > > > source license, and to my understanding it is a non-infectious > license. > > > > > > > > As of now the ext's name is "directoryservices". I started writing it > > > right > > > > before "Panther" came out and so I may change the name to > > "opendirectory". > > > > It compiles (--with-directoryservices) fine in php-4.1x+ and in an > > earlier > > > > snapshot of php5 that I've been working with (around 200309xxxxxx). > > > Function > > > > names are prefixed with ds_* and constants with DS_ which I would like > > > > remain that way even if the name changes to "opendirectory". > > > > > > > > It may be about a month before I have it completely ready for PECL but > > I'd > > > > like to get some comments and/or suggestions on how the APSL plays > with > > > the > > > > PHP license and on the ext's name along with any other info that I > might > > > not > > > > find on the PECL website.