summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php5.c
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 /sapi/apache/mod_php5.c
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 'sapi/apache/mod_php5.c')
-rw-r--r--sapi/apache/mod_php5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php5.c b/sapi/apache/mod_php5.c
index 8361f7f410..28039039a0 100644
--- a/sapi/apache/mod_php5.c
+++ b/sapi/apache/mod_php5.c
@@ -108,7 +108,7 @@ static int sapi_apache_ub_write(const char *str, uint str_length TSRMLS_DC)
/* {{{ sapi_apache_flush
*/
-static void sapi_apache_flush(void *server_context)
+static void sapi_apache_flush(void *server_context TSRMLS_DC)
{
if (server_context) {
#if MODULE_MAGIC_NUMBER > 19970110