File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,17 @@ checkMX
81
81
82
82
**type **: ``Boolean `` **default **: ``false ``
83
83
84
- If true, then the `checkdnsrr `_ PHP function will be used to check the validity
85
- of the MX record of the host of the given email.
84
+ If true, then the :phpfunction: `checkdnsrr ` PHP function will be used to
85
+ check the validity of the MX record of the host of the given email.
86
86
87
87
checkHost
88
88
~~~~~~~~~
89
89
90
- **type **: ``Boolean `` **default **: ``false ``
90
+ .. versionadded :: 2.1
91
+ The ``checkHost `` option was added in Symfony 2.1
91
92
92
- If true, then the `checkdnsrr `_ PHP function will be used to check the validity
93
- of the MX *or * the A *or * the AAAA record of the host of the given email.
93
+ **type **: ``Boolean `` **default **: ``false ``
94
94
95
- .. _`checkdnsrr` : http://www.php.net/manual/en/function.checkdnsrr.php
95
+ If true, then the :phpfunction: `checkdnsrr ` PHP function will be used to
96
+ check the validity of the MX *or * the A *or * the AAAA record of the host
97
+ of the given email.
You can’t perform that action at this time.
0 commit comments