]> granicus.if.org Git - php/commitdiff
MFH
authorUwe Schindler <thetaphi@php.net>
Sun, 3 Aug 2003 19:31:13 +0000 (19:31 +0000)
committerUwe Schindler <thetaphi@php.net>
Sun, 3 Aug 2003 19:31:13 +0000 (19:31 +0000)
sapi/apache2filter/sapi_apache2.c

index 0df31c78b9e687bac0a9ccc350a46e28e62fc2f5..08f413cd3caabc952f160dea5dee665ccabfbc60 100644 (file)
@@ -229,6 +229,7 @@ php_apache_sapi_flush(void *server_context)
        apr_bucket_alloc_t *ba;
        apr_bucket *b;
        ap_filter_t *f; /* output filters */
+       TSRMLS_FETCH();
 
        ctx = server_context;