]> granicus.if.org Git - php/commit
Don't depend on the context provided by the filter (f->ctx) anymore. In
authorAaron Bannert <aaron@php.net>
Thu, 11 Apr 2002 17:32:37 +0000 (17:32 +0000)
committerAaron Bannert <aaron@php.net>
Thu, 11 Apr 2002 17:32:37 +0000 (17:32 +0000)
commit5d2bb8b8d5189eca232d817873ff8aa079e1f226
tree87d6397adcc3963a5e4b8809de48c1f53c0f9e37
parent2721e6afa7301458c21d669b29e8e94d8f87fec9
Don't depend on the context provided by the filter (f->ctx) anymore. In
Apache 2 the input and output filter contexts are kept unique. We now
only depend on SG(server_context) for each request, and assume that
the same thread will process the entire request. At some point it
would be wise to separate the input and output contexts.
sapi/apache2filter/sapi_apache2.c