ID: 28259 Updated by: [EMAIL PROTECTED] Reported By: iljamaas at dreamsolution dot nl -Status: Open +Status: Feedback Bug Type: GetImageSize related Operating System: FreeBSD 4.9-STABLE PHP Version: 4.3.4 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Please provide a sample swf file. Previous Comments: ------------------------------------------------------------------------ [2004-05-03 13:02:49] iljamaas at dreamsolution dot nl Description: ------------ I tried to run getimagesize on a flash7 .swf file and it results in a 'Error message: getimagesize(): Read error! ' The script works fine with any other swf (and other graphics) format. Reproduce code: --------------- $info=GetImageSize('test.swf'); Expected result: ---------------- It's expected to get the file's size and return an array filled with the values. Actual result: -------------- It throws an error: 'getimagesize(): Read error!' and return an array with all values '0'. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28259&edit=1
