]> granicus.if.org Git - php/commit
Reimplementation of the way Apache 2 Filter works. Instead of ripping the
authorJohn Coggeshall <john@php.net>
Mon, 3 Jul 2006 16:51:38 +0000 (16:51 +0000)
committerJohn Coggeshall <john@php.net>
Mon, 3 Jul 2006 16:51:38 +0000 (16:51 +0000)
commit3a0791c99b745bc08b3dd95ea3fa692af9e19272
tree462c70af44e421799acecaecc0c55c25cbdce3e1
parent87bc74ea7a880ec05197e6ac3960093188eedf24
Reimplementation of the way Apache 2 Filter works. Instead of ripping the
source from a file (thus bypassing any previous filters in the chain). This
implementation wraps Zend's internal stream mechanism, allowing ZE to read
from Apache's streams instead.
sapi/apache2filter/php_apache.h
sapi/apache2filter/sapi_apache2.c