ID: 45519 Updated by: [email protected] Reported By: yann dot jouanin at intelunix dot fr -Status: Open +Status: Feedback Bug Type: GetImageSize related Operating System: Gentoo 2007.1 PHP Version: 5.2.6 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [2008-07-15 12:26:33] yann dot jouanin at intelunix dot fr 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45519&edit=1
