Open
Description
What happened?
With FrankenPHP aarch64 on Termux I get: dns_get_record fails with "A temporary server error occured"
Directly installed on Termux php works correctly.
Could you please provide some hints why FrankenPHP behaves this way?
Easiest way to compare:
var_dump(dns_get_record('google.com', DNS_A));
Probably related:
termux/termux-packages#1225
Build Type
Standalone binary
Worker Mode
No
Operating System
GNU/Linux
CPU Architecture
aarch64
PHP configuration
I'll provide later if needed.
Relevant log output
Warning: dns_get_record(): A temporary server error occurred. in /data/data/com.termux/files/home/project1/public/index.php on line 2
bool(false)