php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40397 php.ini In Local User Directories
Submitted: 2007-02-08 03:35 UTC Modified: 2007-02-16 01:00 UTC
From: card at genesisnetsolutions dot com Assigned:
Status: No Feedback Package: *Configuration Issues
PHP Version: 5.2.0 OS: CentOS
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: card at genesisnetsolutions dot com
New email:
PHP Version: OS:

 

 [2007-02-08 03:35 UTC] card at genesisnetsolutions dot com
Description:
------------
Bug #38714 fixed the issue of PHP in CGI mode not including php.ini files in the local user directory. It seems though, that if a php.ini file is placed in the local directory, only the values in that file are used, and everything else is defaulted.

Before 5.1.x, PHP would read the local directory's php.ini and use the values found, and for values not found it would look in the server's primary php.ini file.

If the correction in #38714 was meant to revert ot how it worked before 5.1.x, then it should look at the master php.ini for values not found in the local php.ini.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-08 08:51 UTC] derick@php.net
This does not make sense... PHP would only always use one php.ini file and I fail to believe it would fall back to the "master" file. Can you please double check if that actually happens?
 [2007-02-16 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC