Hello, we switched from php 5.0.6 to 5.1.6. php is running as CGI. We have a global php.ini in the /lib directory of the php installation with settings that are valid for all users. In php 5.0.6 (and previous php releases) additionally the local php.ini in the directory of the executed php-script has been parsed so users could overwrite options like register_globals. But now in php 5.1.6 this local php.ini doesn't seem to be recognized at all, not any option in it is evaluated. Is there anything that changed from php 5.0.x to 5.1.x regarding the handling of php.ini's? I don't have any idea what went wrong because I compiled php 5.1.6 with the same options as php 5.0.6. Regards Marten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php