ID:               21783
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Documentation problem
 Operating System: Any
 PHP Version:      4.3.0
 New Comment:

The text I'd suggest is something along these lines.  I don't know the
complete inner workings of PHP, so tweak it to reflect reality.

On Unix systems, PHP uses the php.ini file specified when PHP was
compiled. On Windows systems, PHP uses the php.ini from the same
directory as the php.exe file you execute. This behavior can be
modified by using the -c switch or by setting the PHPRC environment
variable. See the <a href="configuration.php">Configuration</a> page
for more information.

Thanks,

--Dan


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

[2003-01-20 21:05:31] [EMAIL PROTECTED]

On a related note, I heard rumors that as of 4.3.0 ini files such as
php-cli.ini and php-cgi.ini are looked for first, is this true?  If not
found, php.ini is looked for.

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

[2003-01-20 20:52:26] [EMAIL PROTECTED]

Point taken :)

A cross reference to the info about the location of php.ini file
(/manual/en/configuration.php#configuration.file) should be inserted on
features.commandline page.

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

[2003-01-20 20:46:58] [EMAIL PROTECTED]

Thank you for that link.  None the less, people reading the
features.commandline.php won't necessarily read the configuration.php
page.

Gee, take me for example! :)  I spent a significant amount of time
trying to figure out what was going on.  Checked the command line page
in the manual, all of the user comments, the newsgroup archives and the
bug database.  All of which turned up nothing, hence my bug report.

So, a simple mention of the situation and a cross reference link to
configuration.php would be helpful.

Heck, I'm fairly PHP literate and a good sleuth, but wound up using
your time anyway.  This minor documentation tweak will save everyone
grief in the long run.

Of course, I could add a user comment, but that doesn't have the same
impact.

Thanks for your consideration,

--Dan

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

[2003-01-20 19:51:29] [EMAIL PROTECTED]

PHPRC environmental variable (and other ways of finding it) are
documented at:

http://www.php.net/manual/en/configuration.php#configuration.file

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

[2003-01-20 19:44:22] [EMAIL PROTECTED]

Okay.  Then, can you please change this into a documentation bug?  The
features.commandline.php pages should really explain this.

For the clarity of other people reading this, the simple, long-term
solution is creating an environment variable named PHPRC and setting it
to the path of where your php.ini file resides.  For example,
"c:\progra~1\php"

Thanks,

--Dan

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/21783

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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to