Tests: PHP test with getting variable before the script is loaded.
This commit is contained in:
@@ -8,4 +8,6 @@ if (!fastcgi_finish_request()) {
|
||||
}
|
||||
|
||||
echo "4567";
|
||||
|
||||
include 'server.php';
|
||||
?>
|
||||
|
||||
4
test/php/fastcgi_finish_request/server.php
Normal file
4
test/php/fastcgi_finish_request/server.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
echo $_SERVER['REQUEST_METHOD'];
|
||||
echo $_SERVER['HTTP_HOST'];
|
||||
?>
|
||||
Reference in New Issue
Block a user