I'm using Zend server with Apache2. My PHP version is 5.3.14
When I try to type my IPv6 (instead of localhost) in the browser I get nothing. After that I tried phpinfo() which I get IPv6 Support as disabled.
I've been searching Zend Server forums and didn't get a result. So my question is how can I enable IPv6 Support?

Also, as far as I can see, switching on IPv6 in PHP seems to be a compile time affair (you'll need to google around for that - I haven't come up with anything conclusive). In which case the question would be "how do I compile PHP with IPv6 support?".
– Tomáš Pospíšek Dec 12 '17 at 08:23