1
0
mirror of https://github.com/danog/dns.git synced 2025-01-22 13:31:12 +01:00

Must whitelist random_int() instead of ext-random

This commit is contained in:
Aaron Piotrowski 2023-01-10 16:42:54 -06:00
parent da2dfe1288
commit ac877da168
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

View File

@ -16,6 +16,7 @@
"mixed",
"void",
"object",
"random_int",
"createDefaultResolver",
"normalizeName",
"dnsResolver",
@ -30,7 +31,6 @@
"Reflection",
"SPL",
"standard",
"hash",
"random"
"hash"
]
}