mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
5a8719f61a
commit
0270ba78cd
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue