Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003484 | mantisbt | public | 2004-01-06 10:27 | 2009-06-23 15:28 | |
| Reporter | steffi | Assigned To | grangeway | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| OS | Windows 2000 | ||||
| Product Version | 0.18.0 | ||||
| Target Version | 1.2.0rc1 | Fixed in Version | 1.2.0rc1 | ||
| Summary | 0003484: check_mx_record fails on windows platforms | ||||
| Description | If I activate globals 'validate_email' and 'check_mx_record' and try to add a new useraccount with a valid email-address, I'm getting a blank page (manage_user_create.php) with no error message. Also the account has not been created. | ||||
| Steps To Reproduce | There's no problem, if either validate_email OR check_mx_record has been activated. Or both off. | ||||
| Tags | No tags attached. | ||||
|
According to the PHP Manual, getmxrr and checkdnsrr are currently not implemented on windows, but there is a PEAR class that implements the same functionality. We should probably put a note in the manual about this for 1.0 and see if we will/can use the PEAR class for 1.1. |
|
|
/admin/check.php now checks that php on windows is version 5.3.0 or higher if the email validation configuration options in mantis are turned on. |
|
related to
child of
duplicate of