Sample php.ini for security?

With the recent hacks via PHP, I wonder if anyone can give me a link for sample php.ini.

Also I would like to have a script to test the security holes in PHP, such as

<?php
readfile('/etc/passwd');
?>



Reference
http://www.php.net/features.safe-mode

 

 

 

 

Top