Oh and what about having disabled the ini_get/ini_set methods:
<?php
print ini_get('disable_functions');
?>
Warning: ini_get,ini_set() has been disabled for security reasonsThat's making the problem quite enormous. Dennis -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
