From:             [EMAIL PROTECTED]
Operating system: any
PHP version:      4.2.2
PHP Bug Type:     Documentation problem
Bug description:  minor language issue in chapter 4

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.
-- 
Edit bug report at http://bugs.php.net/?id=19214&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19214&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19214&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19214&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19214&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19214&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19214&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19214&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19214&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19214&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19214&r=globals


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

Reply via email to