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
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