Re: [PHP-DEV] retrieving information about state of a function

2003-10-01 Thread se
Hi Derick, > What the hell are you talking about? I thought it would be obvious that I was ironically criticizing the idea of disabling ini_get etc... And that i was just kidding. Stefan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP-DEV] retrieving information about state of a function

2003-10-01 Thread se
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 wi