remotelyliving / php-dns

A DNS abstraction for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined constant "DNS_CAA" on Windows

masroore opened this issue · comments

On Windows, the DNS_CAA constant is not defined.
PHP Fatal error: Uncaught Error: Undefined constant "DNS_CAA" in /remotelyliving/php-dns/src/Resolvers/LocalSystem.php:23

More information: https://bugs.php.net/bug.php?id=75909