On Sat, 2006-09-02 at 22:13 +0200, Marten Lehmann wrote:
> 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.

I know there was discussion and a patch submitted for allowing version
specific php.ini files for PHP5. I don't know if that's what got you,
but I'd check the bug list and if you don't find a match, perhaps submit
a bug report.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to