[PHP-DEV] persistent sockets need help

2008-07-10 Thread Richard Krehbiel
We are experiencing some problems with persistent sockets (the kind you get from pfsockopen) and I can't help but conclude that some semantic changes are needed to make them dependable. (That is, assuming anyone cares whether they are dependable.) The problem is that, in practice, a persistent so

Re: [PHP-DEV] Comments on #44393, ISAPI module patch?

2008-03-28 Thread Richard Krehbiel
> > > Here: > http://home.comcast.net/~krehbiel3/php5isapi.c.patch > > If you fetched this patch before now, you may need to fetch it again, as it's revised. I found that scripts would crash IIS6 (exception code 0xC005) when run in a vir

Re: [PHP-DEV] Comments on #44393, ISAPI module patch?

2008-03-27 Thread Richard Krehbiel
On 3/26/08, Jani Taskinen <[EMAIL PROTECTED]> wrote: > > Richard Krehbiel kirjoitti: > > > [...] > > <http://bugs.php.net/44393> > > [...] > > It might help a bit if you put that patch online somewhere available for > download. A patch in

[PHP-DEV] Comments on #44393, ISAPI module patch?

2008-03-26 Thread Richard Krehbiel
I've developed the patch listed in http://bugs.php.net/44393 over the last few weeks, and I just thought I'd try to solicit some feedback. It's an enhancement to the Windows ISAPI module which allows Keep-Alive connections and chunked content-encoding. I'd sure love to get this incorporated into