php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35984 getimagesize() fails with SWF on a remote server
Submitted: 2006-01-12 20:27 UTC Modified: 2006-01-20 01:00 UTC
From: israel dot molina at gmail dot com Assigned:
Status: No Feedback Package: GetImageSize related
PHP Version: 4.4.1 OS: Linux
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: israel dot molina at gmail dot com
New email:
PHP Version: OS:

 

 [2006-01-12 20:27 UTC] israel dot molina at gmail dot com
Description:
------------
The function getimagesize not working whit files SWF in remote server and OS = LINUX

Reproduce code:
---------------
Working in Windows: http://www.corpseyc.com.ve/prueba/

Working in Linux: http://www.tusmetros.com/site/prueba.php

Expected result:
----------------
In the first and Second link:

Local Server---
File Name: RAHmaestre.swf
Width: 120
Height: 140

Remote Server---
File Name: http://www.software-inmobiliario.com/uploads/RAHmaestre.swf
Width: 120
Height: 140



Actual result:
--------------
In the first link, all OK:

Local Server---
File Name: RAHmaestre.swf
Width: 120
Height: 140

Remote Server---
File Name: http://www.software-inmobiliario.com/uploads/RAHmaestre.swf
Width: 120
Height: 140

In the second link, the remote its faile:

Warning: getimagesize(): stream does not support seeking in /home/cust1/user1150050/html/site/prueba.php on line 14
Remote File---
File Name: http://www.software-inmobiliario.com/uploads/RAHmaestre.swf
Width: 
Height: 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-12 22:56 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip


 [2006-01-20 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC