From: Uwe Schindler Date: Sun, 3 Aug 2003 11:23:25 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.3RC3~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86842904bed2fadfd13ec515a9fac713c3da417e;p=php MFH --- diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index 28ff1e3be6..d766b28011 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -248,6 +248,7 @@ php_apache_sapi_flush(void *server_context) apr_bucket_brigade *brigade; apr_bucket *bucket; request_rec *r; + TSRMLS_FETCH(); ctx = server_context;