- [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
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
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
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
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
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