php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #13777 Specifying alternate directory for php.ini with PHPRC env. var missing
Submitted: 2001-10-21 09:38 UTC Modified: 2002-06-10 06:22 UTC
From: mfischer@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0CVS-2001-10-21 OS:
Private report: No CVE-ID: None
 [2001-10-21 09:38 UTC] mfischer@php.net
I couldn't find any reference in the whole php manual that you can specify an alternate directory containing the PHP.INI file with the PHPRC environment variable (see php_init_config in main/php_ini.c).

- Markus

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-22 06:26 UTC] darkelder@php.net
You can change the php.ini location with a simple ./configure --with-config-file-path=/etc

It is in the faq section: http://www.php.net/manual/en/faq.installation.php#faq.installation.phpini
 [2002-05-22 06:29 UTC] derick@php.net
We was talking about the PHPRC environment variable, not some config parameter.

Derick
 [2002-06-10 06:22 UTC] mfischer@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.

I would have never though I would close this one myself once . . .
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 02:01:27 2024 UTC