php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28259 Getimagesize doesn't support flash7 swf
Submitted: 2004-05-03 13:02 UTC Modified: 2004-05-03 18:35 UTC
From: iljamaas at dreamsolution dot nl Assigned:
Status: Not a bug Package: GetImageSize related
PHP Version: 4.3.4 OS: FreeBSD 4.9-STABLE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: iljamaas at dreamsolution dot nl
New email:
PHP Version: OS:

 

 [2004-05-03 13:02 UTC] 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'.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-03 18:26 UTC] iliaa@php.net
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. 
 [2004-05-03 18:35 UTC] derick@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC