php-general Digest 2 Sep 2006 20:23:21 -0000 Issue 4326

Topics (messages 241331 through 241331):

local php.ini not recognized in php 5.1.x?
        241331 by: Marten Lehmann

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


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

--- End Message ---

Reply via email to