|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-05-03 18:26 UTC] iliaa@php.net
[2004-05-03 18:35 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 07 08:00:01 2026 UTC |
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'.