Skip to content

Instantly share code, notes, and snippets.

@vidluther
Created July 29, 2012 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vidluther/3199578 to your computer and use it in GitHub Desktop.
Save vidluther/3199578 to your computer and use it in GitHub Desktop.
fpm chroot test
<?php
ini_set(display_errors,1);
echo "Hello";
echo "<pre>";
print_r($_SERVER);
echo "</pre> <hr />";
echo date('Y');
phpinfo();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment