Added &user-ini; entity for referring to .user.ini file.

Added .user.ini to list of where configurations can be set.
Closes bug #62282.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326074 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Justin Martin 2012-06-09 23:29:04 +00:00
parent 5a8719f61a
commit 0270ba78cd

View file

@ -206,12 +206,16 @@ include_path = ".;c:\php\lib"
<entry><literal>PHP_INI_USER</literal></entry>
<entry>
Entry can be set in user scripts (like with <function>ini_set</function>)
or in the <link linkend="configuration.changes.windows">Windows registry</link>
or in the <link linkend="configuration.changes.windows">Windows registry</link>.
Since PHP 5.3, entry can be set in &user-ini;
</entry>
</row>
<row>
<entry><literal>PHP_INI_PERDIR</literal></entry>
<entry>Entry can be set in &php.ini;, &htaccess; or &httpd.conf;</entry>
<entry>
Entry can be set in &php.ini;, &htaccess;, &httpd.conf; or &user-ini;
(since PHP 5.3)
</entry>
</row>
<row>
<entry><literal>PHP_INI_SYSTEM</literal></entry>