What is the meaning of "php_network_getaddresses: getaddrinfo failed"?
when i'm using memcache, i found this "What is the meaning of "php_network_getaddresses: getaddrinfo failed"?" appears when running the methods of memcache.
What is the meaning of "php_network_getaddresses: getaddrinfo failed"?
when i'm using memcache, i found this "What is the meaning of "php_network_getaddresses: getaddrinfo failed"?" appears when running the methods of memcache.
Copyright © 2021 Jogjafile Inc.
That usually means your
DNS resolution
is not working correctly. PHP cannot get the ip-address for hostnames used in the Memcache functions.Your options
use ip-addresses
instead of hostnamesExample