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

[PHP-DEV] New extension: netfilter

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 Corne' !Exclude Disclaimer! -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP-DEV] New extension

2002-06-05 Thread Garland foster
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 statements as we want. Web based RDF management systems written in PHP are possible

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 statements as

Re: [PHP-DEV] New extension

2002-06-05 Thread Garland foster
, 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 parser in C coded by Jason Diammond, with this extension we are able to parse RDF files (in any

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

[PHP-DEV] New extension for Isis databases.

2002-05-21 Thread Braulio José Solano Rojas
Hello. I wrote some days ago an e-mail asking how to use the trim function into an extension. Remember me? Well some people helped me. Now I would like to contribute... I am working as a consultant (also known as a programmer) for Asociados Galileo Beyle S.A. (http://www.galileobiz.com) in

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

2002-04-29 Thread phpsurf
Hi ! I just started to play with your new extension as soon as I saw your mail this morning on PHP-DEV ! It's really a good job and I am very impatient to play with the final release ... here are a few suggestions/bugs/requests to help you make this ext really great : - nice to have : a proxy

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

2002-04-29 Thread brad lafountain
--- phpsurf [EMAIL PROTECTED] wrote: Hi ! I just started to play with your new extension as soon as I saw your mail this morning on PHP-DEV ! It's really a good job and I am very impatient to play with the final release ... here are a few suggestions/bugs/requests to help you make

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

2002-04-29 Thread phpsurf
see what I mean ? -Original Message- From: brad lafountain [mailto:[EMAIL PROTECTED]] Sent: lundi 29 avril 2002 19:58 To: phpsurf; [EMAIL PROTECTED] Cc: brad lafountain; [EMAIL PROTECTED] Subject: Re: [PHP-SOAP-DEV] [PHP-DEV] [NEW-EXTENSION]ext/soap : first play around ... --- phpsurf

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 http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

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?

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

2002-04-28 Thread brad lafountain
Hello all, http://phpsoaptoolkit.sourceforge.net/ I'd like to introduce you all to ext/soap. I started this project over a year ago. I got into it very very heavily then summer came and it got put on the back burner. With recent inquires on this board and with more interest at my work. I

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/soap. I

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 German:

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

[PHP-DEV] New extension: stem

2002-02-11 Thread J Smith
Greetings. A few months ago, I mentioned that I had written a PHP extension that provided English language suffix stemming using a Porter stemmer, an algorithm devised by Dr. Martin Porter for stripping the suffix (or suffixes) off of an English word. After a mention in the PHP weekly

RE: [PHP-DEV] New extension: stem

2002-02-11 Thread James Cox
] Subject: [PHP-DEV] New extension: stem Greetings. A few months ago, I mentioned that I had written a PHP extension that provided English language suffix stemming using a Porter stemmer, an algorithm devised by Dr. Martin Porter for stripping the suffix (or suffixes) off of an English word

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:

[PHP-DEV] New Extension

2001-09-24 Thread Ben Menking
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. -- Ben Menking [EMAIL PROTECTED] http://www.menking.net/ -- PHP Development Mailing List http://www.php.net/ To

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 (not

[PHP-DEV] New extension: ext/msession

2001-09-20 Thread mlwmohawk
At my company we use Oracle as the main back-end server. We implemented our own session class system. Unfortunately we noticed that its a pretty big load on the server. So I started looking at PHP sessions. The problem was the same, the shared session systems, NFS and SQL, assumed reliable disk