php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #4853 No mention of version 4 ".ini" file location or name
Submitted: 2000-06-07 01:47 UTC Modified: 2000-06-07 03:30 UTC
From: yubby at lanset dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.0 Release OS: RedHat Linux 6.2
Private report: No CVE-ID: None
 [2000-06-07 01:47 UTC] yubby at lanset dot com
PHP version 3 ".ini" file located in "/etc/httpd" as "php3.ini".

Documentation does not mention where the new ".ini" file for version 4 should be placed or how it should be named.  No verification message that PHP is even finding the file...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-07 03:30 UTC] jah at cvs dot php dot net
You specify the directory where ini file goes when configuring PHP4 with
configure option --with-config-file-path=[PATHNAME here], in your case
probably /etc/httpd. And the file is named php.ini.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 01:00:02 2026 UTC