Hi, > Oh and what about having disabled the ini_get/ini_set methods: > ... > print ini_get('disable_functions'); > ... > Warning: ini_get,ini_set() has been disabled for security reasons
This won't work in PHP 5.0 because it comes with print/echo disabled by default for security reasons. This will help getting rid of XSS vulnerabilities and unwanted errormessages. Just for your information. Stefan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php