|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-03-13 13:35 UTC] jani@php.net
[2009-03-21 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 12:00:01 2025 UTC |
Description: ------------ With --enable-ipv6 on php, when using getimagesize with a url as argument the sequence is the following : DNS request : AAAA : ipv6 request AA : alias and A : name When there isn't any answer for the AAAA request, getimagesize return Error 404. With the ipv6 support disable, everything is ok. Reproduce code: --------------- $answer = getimagesize("http://ecx.images-amazon.com/images/I/51o-TDjsaZL._SL110_PIsitb-sm-arrow,TopRight,13,-17_OU01_.jpg"); Expected result: ---------------- Should give the size Actual result: -------------- Returns error 404