mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Indentation problem fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306419 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a5d31d554
commit
d8d9781910
1 changed files with 6 additions and 6 deletions
|
@ -39,12 +39,12 @@
|
|||
<term><parameter>algorithm_directory</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The <parameter>algorithm_directory</parameter> parameter is used to locate
|
||||
the encryption module. When you supply a directory name, it is used. When
|
||||
you set it to an empty string (<literal>""</literal>), the value set by the
|
||||
<literal>mcrypt.algorithms_dir</literal> &php.ini; directive is used. When
|
||||
it is not set, the default directory that is used is the one that was compiled
|
||||
into libmcrypt (usually <filename>/usr/local/lib/libmcrypt</filename>).
|
||||
The <parameter>algorithm_directory</parameter> parameter is used to locate
|
||||
the encryption module. When you supply a directory name, it is used. When
|
||||
you set it to an empty string (<literal>""</literal>), the value set by the
|
||||
<literal>mcrypt.algorithms_dir</literal> &php.ini; directive is used. When
|
||||
it is not set, the default directory that is used is the one that was compiled
|
||||
into libmcrypt (usually <filename>/usr/local/lib/libmcrypt</filename>).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue