reference/mail/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -19,37 +19,43 @@
19
19
<row>
20
20
<entry><link linkend="ini.mail.add-x-header">mail.add_x_header</link></entry>
21
21
<entry>"0"</entry>
22
-
<entry>PHP_INI_PERDIR</entry>
23
-
<entry>Available since PHP 5.3.0.</entry>
22
+
<entry><constant>INI_PERDIR</constant></entry>
23
+
<entry></entry>
24
24
</row>
25
25
<row>
26
26
<entry><link linkend="ini.mail.log">mail.log</link></entry>
27
27
<entry>NULL</entry>
28
-
<entry>PHP_INI_PERDIR</entry>
29
-
<entry>Available since PHP 5.3.0.</entry>
28
+
<entry><constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant></entry>
29
+
<entry></entry>
30
+
</row>
31
+
<row>
32
+
<entry><link linkend="ini.mail.force_extra_parameters">mail.force_extra_parameters</link></entry>
33
+
<entry>NULL</entry>
34
+
<entry><constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant></entry>
35
+
<entry></entry>
30
36
</row>
31
37
<row>
32
38
<entry><link linkend="ini.smtp">SMTP</link></entry>
33
39
<entry>"localhost"</entry>
34
-
<entry>PHP_INI_ALL</entry>
40
+
<entry><constant>INI_ALL</constant></entry>
35
41
<entry></entry>
36
42
</row>
37
43
<row>
38
44
<entry><link linkend="ini.smtp-port">smtp_port</link></entry>
39
45
<entry>"25"</entry>
40
-
<entry>PHP_INI_ALL</entry>
41
-
<entry>Available since PHP 4.3.0.</entry>
46
+
<entry><constant>INI_ALL</constant></entry>
47
+
<entry></entry>
42
48
</row>
43
49
<row>
44
50
<entry><link linkend="ini.sendmail-from">sendmail_from</link></entry>
45
51
<entry>NULL</entry>
46
-
<entry>PHP_INI_ALL</entry>
52
+
<entry><constant>INI_ALL</constant></entry>
47
53
<entry></entry>
48
54
</row>
49
55
<row>
50
56
<entry><link linkend="ini.sendmail-path">sendmail_path</link></entry>
51
57
<entry>"/usr/sbin/sendmail -t -i"</entry>
52
-
<entry>PHP_INI_SYSTEM</entry>
58
+
<entry><constant>INI_SYSTEM</constant></entry>
53
59
<entry></entry>
54
60
</row>
55
61
</tbody>
...
...
@@ -89,6 +95,20 @@
89
95
</listitem>
90
96
</varlistentry>
91
97

98
+
<varlistentry xml:id="ini.mail.force_extra_parameters">
99
+
<term>
100
+
<parameter>mail.force_extra_parameters</parameter>
101
+
<type>string</type>
102
+
</term>
103
+
<listitem>
104
+
<para>
105
+
Force the addition of the specified parameters to be passed as extra
106
+
parameters to the sendmail binary. These parameters will always replace
107
+
the value of the 5th parameter to <function>mail</function>.
108
+
</para>
109
+
</listitem>
110
+
</varlistentry>
111
+

92
112
<varlistentry xml:id="ini.smtp">
93
113
<term>
94
114
<parameter>SMTP</parameter>
...
...
@@ -111,8 +131,7 @@
111
131
<para>
112
132
Used under Windows only: Number of the port to connect to the server
113
133
specified with the <literal>SMTP</literal> setting when sending mail
114
-
with <function>mail</function>; defaults to 25. Only available since
115
-
PHP 4.3.0.
134
+
with <function>mail</function>; defaults to 25.
116
135
</para>
117
136
</listitem>
118
137
</varlistentry>
...
...
@@ -124,8 +143,8 @@
124
143
</term>
125
144
<listitem>
126
145
<para>
127
-
Which <literal>"From:"</literal> mail address should be used in mail sent from
128
-
PHP under Windows.
146
+
Which <literal>"From:"</literal> mail address should be used in mail sent
147
+
directly via SMTP (Windows only).
129
148
This directive also sets the <literal>"Return-Path:"</literal> header.
130
149
</para>
131
150
</listitem>
132
151