summaryrefslogtreecommitdiff
path: root/sapi/apache/sapi_apache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache/sapi_apache.c')
-rw-r--r--sapi/apache/sapi_apache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c
index 1d9e03c3eb..f67e4b35fb 100644
--- a/sapi/apache/sapi_apache.c
+++ b/sapi/apache/sapi_apache.c
@@ -60,10 +60,9 @@
/* {{{ apache_php_module_main
*/
-int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC TSRMLS_DC)
+int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC)
{
zend_file_handle file_handle;
- TSRMLS_FETCH();
if (php_request_startup(TSRMLS_C) == FAILURE) {
return FAILURE;