mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Link new mail directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
056f6aa707
commit
c3453040eb
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.88 $ -->
|
||||
<!-- $Revision: 1.89 $ -->
|
||||
|
||||
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -1583,12 +1583,24 @@
|
|||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Removed in PHP 6.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mail.add-x-header">mail.add_x_header</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
<entry>Available since PHP 5.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mail.force_extra_parameters</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>&php.ini; only</entry>
|
||||
<entry>Available since PHP 5.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mail.log">mail.log</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>mailparse.def_charset</entry>
|
||||
<entry>"us-ascii"</entry>
|
||||
|
|
Loading…
Reference in a new issue