summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2013-12-18 09:06:39 +0100
committerKalle Sommer Nielsen <kalle@php.net>2013-12-18 09:06:39 +0100
commited5a8d510f6e4ae865008fe711efbbc5452adf42 (patch)
treeee91470302effff16eae78220f55c8b16e8a4464 /main/SAPI.h
parentf70f89c1b1e0bbd2b2b6940bb0a4e12a2be07770 (diff)
downloadphp-git-ed5a8d510f6e4ae865008fe711efbbc5452adf42.tar.gz
Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRMLS_FETCH() calls in our various SAPIs
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 928fca95da..3097cf1743 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -227,7 +227,7 @@ struct _sapi_module_struct {
int (*deactivate)(TSRMLS_D);
int (*ub_write)(const char *str, unsigned int str_length TSRMLS_DC);
- void (*flush)(void *server_context);
+ void (*flush)(void *server_context TSRMLS_DC);
struct stat *(*get_stat)(TSRMLS_D);
char *(*getenv)(char *name, size_t name_len TSRMLS_DC);