From a0ee50826a4810595123460ed11629f87b1995a0 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Wed, 11 Nov 2020 14:24:40 +0000 Subject: Tests: added a test for fastcgi_finish_request() function. --- test/php/fastcgi_finish_request/index.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/php/fastcgi_finish_request/index.php (limited to 'test/php') diff --git a/test/php/fastcgi_finish_request/index.php b/test/php/fastcgi_finish_request/index.php new file mode 100644 index 00000000..a6211303 --- /dev/null +++ b/test/php/fastcgi_finish_request/index.php @@ -0,0 +1,11 @@ + -- cgit