Re: [PHP-DEV] CVS Account Request: mrioux

2002-11-11 Thread Mats Lindh
- [EMAIL PROTECTED]% (Chris Shiflett): > I assume it is because such an extension would somehow be required to be > covered under the GPL as well, but I don't understand that. Shouldn't it > be possible for the PHP extension's code to be licensed any license and > simply use a GPL library? The e

Re: [PHP-DEV] CVS Account Request: mrioux

2002-11-05 Thread Chris Shiflett
Out of curiosity - why is this? I assume it is because such an extension would somehow be required to be covered under the GPL as well, but I don't understand that. Shouldn't it be possible for the PHP extension's code to be licensed any license and simply use a GPL library? The extension's cod

Re: [PHP-DEV] CVS Account Request: mrioux

2002-11-05 Thread Pierre-Alain Joye
On Wed, 06 Nov 2002 08:02:27 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > Hmm, I'm afraid that I have to mention you a PECL module that seems > very similar to your module... Do not be afraid, collaboration or help are always wellcomed :-) pa ps: Martial, inscrit toi a peardev si tu voi

Re: [PHP-DEV] CVS Account Request: mrioux

2002-11-05 Thread Moriyoshi Koizumi
Hmm, I'm afraid that I have to mention you a PECL module that seems very similar to your module... Check out this one: http://cvs.php.net/cvs.php/pear/PECL/smbc Moriyoshi "Martial Rioux" <[EMAIL PROTECTED]> wrote: > Hi, > I Request CVS account to contribute a new extension base on smbclient f

Re: [PHP-DEV] CVS Account Request: mrioux

2002-11-05 Thread Rasmus Lerdorf
libsmbclient is gpl'ed, correct? We cannot accept extensions that are written specifically against a single GPL'ed library. Sorry. -Rasmus On 5 Nov 2002, Martial Rioux wrote: > Hi, > I Request CVS account to contribute a new extension base on smbclient from SAMBA. >This extension is actualy l

[PHP-DEV] CVS Account Request: mrioux

2002-11-05 Thread Martial Rioux
Hi, I Request CVS account to contribute a new extension base on smbclient from SAMBA. This extension is actualy located in php4/ext/smbc, from my developpement tree. Supported functions: smbc_connect smbc_disconnect smbc_open smbc_close smbc_read smbc_write smbc_seek I also made bas