Re: [PECL-DEV] php extension for lib Judy
[email protected] (Ferenc Kovacs)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 18, 2010 at 1:27 PM, Nicolas Brousse <[email protected]>wrote: > Hi, > > I'm writing you guys because I started to work on a PHP extension for > the lib Judy. I have most of the Judy API implemented but still have a > bunch of work to do to get something clean for php (like implementing > iterators methods, test the windows version, etc). > > I never did a php extension before, so any feedbacks are welcome : > http://github.com/orieg/php-judy#readme > > Btw, does anyone knows if there is any conflict between LGPL and the > PHP License ? The lib Judy is using LGPL and I'd like to provide a > bundled version of the lib. > > Regards, > Nicolas > > -- > PECL development discussion Mailing List (http://pecl.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > http://pecl.php.net/account-request.php "We strongly encourage contributors to choose the PHP License 3.01<http://www.php.net/license/3_01.txt> for their extensions, in order to avoid possible troubles for end-users of the extension. Other solid options are BSD and Apache type licenses." "Note: wrappers for GPL libraries will not be accepted, and extensions for LGPL libraries are strongly discouraged." Tyrael