2009/9/19 Carsten Wiedmann <carsten_st...@gmx.de> > > Kalle Sommer Nielsen schrieb: > > 2009/9/19 Carsten Wiedmann <carsten_st...@gmx.de>: > >> So that's the next PHP release with a broken IPv6 support (after 5.2.10 and > >> 5.3.0) and so it's not possible to update for some peoples. > > > > Is there a bug # on this so its not some unknown issue we suddenly > > have to know about? > > Sure [1]. But it seems if no one from the support team have the "knowledge" > to do a fopen() to a local test server. > > (I assume that more/most people have a working linklocal or ::1 address, > then a real IPv6 internet connection to test this with a live server.)
I've done some detective work on this, and it appears to have been introduced by the fix for bug #48131. I've posted a patch in #48805 that does fix the problem, but basically "unfixes" #48131 (which was to do with using the bindto context option to choose IPv4 or IPv6 transport) -- whoever "owns" the streams code will need to make a call on the right way to fix this, since it's not immediately obvious to a php-src neophyte like me. Adam -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php