Re: [PHP-DEV] contributing extensions?

2001-08-28 Thread Zeev Suraski
At 08:10 28-08-01, George Schlossnagle wrote: Ok, I have a php interface to the spread group communication toolkit client api. Hard to say how wide it's audience would be, but it's very useful for creating distributed applications (it was written to facilitate some distributed logging and

Re: [PHP-DEV] contributing extensions?

2001-08-28 Thread Peter \[DiSAStA]\ Petermann
Hi George, I have a php interface to the spread group communication toolkit client api. Hard to say how wide it's audience would be, but it's very useful for creating distributed applications (it was written to facilitate some distributed logging and distributed filesystem caching needs).

Re: [PHP-DEV] contributing extensions?

2001-08-28 Thread George Schlossnagle
I have a php interface to the spread group communication toolkit client api. Hard to say how wide it's audience would be, but it's very useful for creating distributed applications (it was written to facilitate some distributed logging and distributed filesystem caching needs). Code

Re: [PHP-DEV] contributing extensions?

2001-08-28 Thread George Schlossnagle
If you think it would have a significant audience (i.e., more than you :) then we can add it in. Makes sense, I guess it's usefulness is what's up for debate. Dan Cowgill and I have a tracing/profiling/debugging extension which we would be quite interested in having included in php. Code

Re: [PHP-DEV] contributing extensions?

2001-08-28 Thread Peter \[DiSAStA]\ Petermann
Works fine for me - I just downloaded the 3.16.0 tarball and it built fine. hm, well, the 3.16.0 source and the binary tarball to, are corrupted when i try to open file. i would like to ask you, how this messages are received, and if it is possible to read them with PHP, or if i

[PHP-DEV] contributing extensions?

2001-08-27 Thread George Schlossnagle
Hi, I was interested in what the process of contributiing extensions to php is. I'm a author/maintainer of a couple existing and soon-to-be php extensions and was curious about how to get them evaluated for inclusion as part of the existing 'ext' extension structure and just what the

Re: [PHP-DEV] contributing extensions?

2001-08-27 Thread Rasmus Lerdorf
Hi George, actually what I meant when I said to send mail to php-dev was that you should describe your actual extensions. General-purpose extensions that really would be useful to a wide audience are good candidates for inclusion, although there has been a push to start the process of moving

Re: [PHP-DEV] contributing extensions?

2001-08-27 Thread George Schlossnagle
Ok, I have a php interface to the spread group communication toolkit client api. Hard to say how wide it's audience would be, but it's very useful for creating distributed applications (it was written to facilitate some distributed logging and distributed filesystem caching needs). Code