mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
- Fixed build
This commit is contained in:
+1
-1
@@ -928,7 +928,7 @@ static int sapi_cgi_deactivate(TSRMLS_D)
|
||||
php_handle_aborted_connection();
|
||||
}
|
||||
} else {
|
||||
sapi_cgi_flush(SG(server_context));
|
||||
sapi_cgi_flush(SG(server_context) TSRMLS_CC);
|
||||
}
|
||||
}
|
||||
return SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user