Re: [PECL-DEV] Re: shared memory extention
[email protected] (Geoffrey McRae) Wed, 14 Apr 2010 22:06:20 +1000
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2010-04-14 at 14:00 +0200, Pierre Joye wrote: > 2010/4/14 Johannes Schlüter <[email protected]>: > > Hi, > > > > On Wed, 2010-04-14 at 17:33 +1000, Geoffrey McRae wrote: > >> I have been working on a shared memory extension for PHP that uses > >> "Shared Memory Arena" for management and storage > >> (http://shm-arena.sourceforge.net/). > > > > I see the lib uses LGPL,which is acceptable. What license will you use? > > (BSD / PHP are strongly preferred) > > For new extensions we only accept BSD-like licenses (new BSD, MIT for > example), Apache or PHP License. > > Cheers, No Problems, I dont really care what licence it lives under. I am re-working some of its code base to add array support, as for object support, if I can figure out how to serialize the object in the extension then I will do so. Can I just call __serialize on the object? Once the code has been cleaned up and array support is in, I will be happy to open up the source. And no, I do not have a PECL account. -Geoff