php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #19214 minor language issue in chapter 4
Submitted: 2002-09-03 14:52 UTC Modified: 2002-09-03 15:49 UTC
From: phpdoc-bug-090302 at smayw dot nask dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.2 OS: any
Private report: No CVE-ID: None
 [2002-09-03 14:52 UTC] phpdoc-bug-090302 at smayw dot nask dot com
as requested by Gabor Hojtsy, a copy of my email to php-doc

in the 2nd paragraph of Ch. 4, Configuration, in the section The Config File, you use the wording below:

"You can also use the environment variable PHPRC for an additionaly path to search for php.ini."

I believe it should be (/s/additionaly/additional):

"You can also use the environment variable PHPRC for an additional path to search for php.ini."

or better yet (s/additionaly/additional s/path/directory/ s/php.ini/"php.ini file"):

"You can also use the environment variable PHPRC for an additional directory to search for an php.ini file."

since 'path' might imply a list of directories, which afaiu would be incorrect; also, this stresses that the variable PHPRC should _only_ contain the directory name, not the full path+file name.  Unless PHPRC can contain a list of directories, then it should be explicitly stated.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-03 15:49 UTC] hakan@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot 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 in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Aug 07 04:00:02 2025 UTC