PHP Disabling ipv6
Posted
by Dave C
on Stack Overflow
See other posts from Stack Overflow
or by Dave C
Published on 2010-04-19T16:57:20Z
Indexed on
2010/04/19
17:03 UTC
Read the original article
Hit count: 327
Hello,
It seems that I need to somehow disable IPv6 on my php pages, but I am not sure how to do this. I think I have to add --disable-ipv6 somewhere into my INI file... this doesnt look like proper syntax though.
I am trying to solve the following bug: http://bugs.php.net/45519
Does anyone know where to put this?
© Stack Overflow or respective owner