Re: [PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
Hi, Chandler, Jacob R schrieb: Is this to connect to a radius server? If so, there is no need to write yes. an extension for this. I have written one that will use all built in php functions so that there are no additional libraries necessary. Currently, it only connects to the specified serv

Re: [PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
Hi, - How to proceed, where should I send my extension? People at [EMAIL PROTECTED] will get you on the track. of course I have also to write wrapper classes (PEAR-Package), because the API of libradius is at very low-level. - Windows: It should also build under windows with some m

Re: [PHP-DEV] radius extension

2002-11-26 Thread Markus Fischer
Hi Michael, On Tue, Nov 26, 2002 at 10:33:02AM +0100, Michael Bretterklieber wrote : > My questions are: > - Is this extension welcome in the PHP-Project? It is, and I think it perfectly fits into PECL, see http://pear.php.net/manual/en/introduction.php#about-pecl > - How to proceed

Re: [PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
Antony Dovgal schrieb: On Tue, 26 Nov 2002 10:33:02 +0100 Michael Bretterklieber <[EMAIL PROTECTED]> wrote: - Windows: It should also build under windows with some modifications, but I have nothing found in the documentation about the build-process under windows => HowTo? I suppose you nee

Re: [PHP-DEV] radius extension

2002-11-26 Thread Antony Dovgal
On Tue, 26 Nov 2002 10:33:02 +0100 Michael Bretterklieber <[EMAIL PROTECTED]> wrote: > - Windows: It should also build under windows with some modifications, > but I have nothing found in the documentation about the build-process > under windows => HowTo? I suppose you need to read this: http://

[PHP-DEV] radius extension

2002-11-26 Thread Michael Bretterklieber
Hi, I made a radius extension for PHP. This extension is just a wrapper for the libradius of FreeBSD, but I imported this lib into the extension-dir and therefore it doesen't need external libs, its just --enable-radius. My questions are: - Is this extension welcome in the PHP-Project? - How t