]> 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:34:17 +0000 (17:34 +0000)
committerAaron Bannert <aaron@php.net>
Thu, 11 Apr 2002 17:34:17 +0000 (17:34 +0000)
commitcaf7f3d4d20a198e90a932d139f7a3edf6081ae5
tree0d7bf38a4b8a3cdde3f3baccd8dc35db0a58a2af
parentd19fd6a0ad4e776df46607c3fe4611a0728f12c1
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