[PHP-DEV] Checkin Request

2001-02-16 Thread Ken Gengler
I need someone to check in some updates I've made to the java ext and servlet sapi. They address some threading issues I was encountering. I also added some performance tweaks. In my experience, you still need --enable-debug to get the servlet stuff to work reliably, but I hear a fix may appear so

[PHP-DEV] Second Attempt: Checkin Request

2001-03-06 Thread Ken Gengler
I sent this checkin request about two weeks ago, but haven't seen it get checked in yet. So, I thought I'd send it again. I believe I'm following the correct protocol, but should I just register as a dev- eloper? I need someone to check in some updates I've made to the java

Re: [PHP-DEV] sapi/servlet

2001-03-13 Thread Ken Gengler
h should eventually be to use ThreadLocal instance for cases. > From what I can see of the code (and understand) multiple threads will access > the same instance of the zend engine.. it this ok? Yeah, that's the intention. It should be okay since that's what happens on NT as well.