We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9751f4e commit 4efb6f5Copy full SHA for 4efb6f5
1 file changed
bin/router.php
@@ -11,6 +11,8 @@
11
/**
12
* Router script for PHP built-in server
13
*/
14
+
15
+// See https://bugs.php.net/bug.php?id=67808
16
$_SERVER = array_merge($_SERVER, $_ENV);
17
18
$file = $_SERVER['DOCUMENT_ROOT'] . $_SERVER['SCRIPT_NAME'];
0 commit comments