mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Tagged some constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124913 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a93f4a37a7
commit
bc688b1909
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.98 $ -->
|
||||
<!-- $Revision: 1.99 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -110,7 +110,7 @@ include_path = ".;c:\php\lib"
|
|||
<listitem>
|
||||
<para>
|
||||
Sets the value of the specified directive.
|
||||
Can be used only with PHP_INI_ALL and PHP_INI_PERDIR type directives.
|
||||
Can be used only with <constant>PHP_INI_ALL</constant> and <constant>PHP_INI_PERDIR</constant> type directives.
|
||||
To clear a previously set value use <literal>none</literal> as the value.
|
||||
<informalexample>
|
||||
<programlisting role="ini">
|
||||
|
@ -131,7 +131,7 @@ php_value auto_prepend_file none
|
|||
<listitem>
|
||||
<para>
|
||||
Used to set a Boolean configuration directive.
|
||||
Can be used only with PHP_INI_ALL and PHP_INI_PERDIR type directives.
|
||||
Can be used only with <constant>PHP_INI_ALL</constant> and <constant>PHP_INI_PERDIR</constant> type directives.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue