]> granicus.if.org Git - php/commit
Fix a problem where php-generated data was pushed down the entire output
authorAaron Bannert <aaron@php.net>
Thu, 11 Apr 2002 20:34:56 +0000 (20:34 +0000)
committerAaron Bannert <aaron@php.net>
Thu, 11 Apr 2002 20:34:56 +0000 (20:34 +0000)
commit22fb507325ac13a26f1b443f098f6f9764189001
tree7ba4f0ee53327f3bd1205d2d76405f642c4f485b
parent6f22159aa22f9aac58efc86699938ec42a319041
Fix a problem where php-generated data was pushed down the entire output
filter chain instead of just down the rest of the chain. This fix will
speed up some unnecessary overhead introduced in the last patch.

Suggested by:  Cliff Woolley <jwoolley@apache.org>
sapi/apache2filter/php_apache.h
sapi/apache2filter/sapi_apache2.c