Re: [PHP-DEV] New extension: netfilter/iptables

2003-03-07 Thread Corne' Cornelius
Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Go for it. Assuming the netfilter library is not under the GPL. LGPL is fine. -Rasmus It's under GPL, i'll email their core team and ask if they'll

Re: [PHP-DEV] New extension: netfilter/iptables

2003-02-27 Thread Corne' Cornelius
Can i code a netfilter extension for PHP or don't you guys see the need for it ? It could result in some great firewall frontends in PHP Go for it. Assuming the netfilter library is not under the GPL. LGPL is fine. -Rasmus It's under GPL, i'll email their core team and ask if they'll c

Re: [PHP-DEV] New extension: netfilter

2003-02-27 Thread Rasmus Lerdorf
On Fri, 28 Feb 2003, Corne' Cornelius wrote: > Can i code a netfilter extension for PHP or don't you guys see the need > for it ? > It could result in some great firewall frontends in PHP Go for it. Assuming the netfilter library is not under the GPL. LGPL is fine. -Rasmus -- PHP Development

Re: [PHP-DEV] New extension

2002-06-05 Thread Braulio José Solano Rojas
Hi! RDF = Resource Description Framework. You can find some info about it in http://www.w3.org/RDF/. I think this extension is a very good improvement, and I hope it will not happen like when I proposed the Isis extension. Sometimes anybody shows interest or curiosity. Therefore Brad made a v

Re: [PHP-DEV] New extension

2002-06-05 Thread Garland foster
D]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 4:06 PM Subject: Re: [PHP-DEV] New extension > What is RDF? > > - brad > --- Garland foster <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I just finished a php extension for "repat" an RDF p

Re: [PHP-DEV] New extension

2002-06-05 Thread brad lafountain
What is RDF? - brad --- Garland foster <[EMAIL PROTECTED]> wrote: > Hi all, > > I just finished a php extension for "repat" an RDF parser in C coded by Jason > Diammond, with this extension we are able > to parse RDF files (in any syntactical representation) from PHP and process > the RDF stat

Re: [PHP-DEV] [NEW-EXTENSION]ext/soap : first play around ...

2002-04-29 Thread brad lafountain
Acually it does behave the same way.. but it WAS by design. for my testing. I'll change it to the correcty way. It's just a default option setting. Thanks for reminding me. - Brad --- SDiZ <[EMAIL PROTECTED]> wrote: > Does the extension have any problem simliar to this? > http://online.securi

Re: [PHP-DEV] [NEW-EXTENSION]ext/soap : first play around ...

2002-04-29 Thread SDiZ
Does the extension have any problem simliar to this? http://online.securityfocus.com/archive/1/267051 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [NEW-EXTENSION]ext/soap

2002-04-28 Thread andrey
great !!! Andrey - Original Message - From: "brad lafountain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 8:54 AM Subject: [PHP-DEV] [NEW-EXTENSION]ext/soap > Hello all, > > http://phpsoaptoolkit.sourceforge.net/ > > I'd like to introduce you all to ext/soa

RE: [PHP-DEV] New extension: stem

2002-02-12 Thread J Smith
It's a great little tool if you're into search engines and that sort of thing, as word stemming has been quite a useful tool in the field of information retrieval. (Actually, I've built a search engine at work, which used an earlier stemmer I wrote based on Porter's original article using reg

Re: [PHP-DEV] New extension: stem

2002-02-12 Thread J Smith
I know no German at all besides what I've been able to learn from Wolfenstein 3D. I just cut and pasted a random word from the snowball site into the script. Naturally, I took what was probably the only misspelled one in the list. J Sebastian Bergmann wrote: > J Smith wrote: >> echo "Germa

Re: [PHP-DEV] New extension: stem

2002-02-11 Thread Sebastian Bergmann
J Smith wrote: > echo "German: aufeinanderschlügen -> " . stem("aufeinanderschlügen", > STEM_GERMAN) . "\n"; The 'ü' should be 'a'. Hm, just curious :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http:/

RE: [PHP-DEV] New extension: stem

2002-02-11 Thread James Cox
well, this definitely looks cool, from a language point of view. i would go for new_stem or such like, and expect the language to be determined as a variable. I hope this allows for more work on various language features... perhaps you'd want to spend time looking at what else is available. one

Re: [PHP-DEV] New Extension

2001-09-24 Thread Markus Fischer
On Mon, Sep 24, 2001 at 10:54:51AM -0500, Ben Menking wrote : > I wrote an extension over the weekend that will authenticate users to a m$ > windows domain server. Does this functionality already exist in PHP4? If > not I'd love to include it. To my knowledge there are already two existing (no