summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Schindler <thetaphi@php.net>2003-08-03 19:31:56 +0000
committerUwe Schindler <thetaphi@php.net>2003-08-03 19:31:56 +0000
commitea12731b4e7e1ac92677d8f62282b2653ce26686 (patch)
tree9f076502dd98a1ef8676f168d19961edc2e301de
parentbdf84d4e1252f14f9a1bd91e704bb4ff702bc09c (diff)
downloadphp-git-ea12731b4e7e1ac92677d8f62282b2653ce26686.tar.gz
TSRM issue in windows compiling
-rw-r--r--sapi/apache2filter/sapi_apache2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c
index fde7fbb488..5452b2c141 100644
--- a/sapi/apache2filter/sapi_apache2.c
+++ b/sapi/apache2filter/sapi_apache2.c
@@ -234,6 +234,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;