added php test files

This commit is contained in:
Asif Bacchus 2019-01-04 04:20:41 -07:00
parent ea3997cec8
commit 9b763dc392
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<?php
phpinfo();
?>

View File

@ -0,0 +1,12 @@
<?php
/* exports server vars
recommended tests:
/vars.php
/vars.php/
/vars.php/foo
/vars.php/foo/bar.php
/vars.php/foo/bar/php?v=1
see https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/
*/
var_export($_SERVER)
?>