php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #44526 Documentation fails to specify behavior of php.ini inheritance
Submitted: 2008-03-25 02:12 UTC Modified: 2008-11-07 10:32 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: aren at cambre dot biz Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2008-03-25 02:12 UTC] aren at cambre dot biz
Description:
------------
PHP documentation fails to specify behavior of inheritance of php files. It should be defined in http://us2.php.net/manual/en/configuration.php since that is where the order of reads for various php.ini files is specified.

Without knowing this information, it is difficult for users to know if establishing a local php.ini file (i.e., in the same directory as your PHP application) will override settings in directories read before your web app directory.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-07 10:32 UTC] vrana@php.net
First INI file wins, no inheritance applies.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Mar 31 15:01:30 2025 UTC