ID:               38807
 Updated by:       [EMAIL PROTECTED]
 Reported By:      gregory dot agerba at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Unknown/Other Function
 Operating System: CentOS/Fedora/Debian
 PHP Version:      4.4.4
 New Comment:

What do you see with var_dump(getenv("PHPRC")); (using the same PHP
instance)?


Previous Comments:
------------------------------------------------------------------------

[2006-09-13 14:27:36] gregory dot agerba at gmail dot com

Description:
------------
Hello,

I can see that since the upgrade to PHP 4.4.4, it is no more possible
to handle php.ini user's file.

We do have Fedora Core 5, CentOS 4.3, and Debian 3.1.

Example :

suPHP_Engine   on
<Files ~ "\.php5$">
    SetEnv PHPRC /some/where/config/php5
</Files>

<Files ~ "\.(php|php3|php4?)$">
    SetEnv PHPRC /some/where/config/php4
</Files>

It does not work with PHP 4.4.4 (and even if I roll back to 4.4.3 the
problem persist).

It works fine with PHP 5.1.6.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38807&edit=1

Reply via email to