From:             [EMAIL PROTECTED]
Operating system: Windows XP pro SP1
PHP version:      4.3.0
PHP Bug Type:     GetImageSize related
Bug description:  getimagesize(JPEG2000.jp2) return FALSE

-Short script :

<?php
  $taille = getimagesize("JPEG2000.jp2");
  dump $taille;
?>

-List of modules :
I dowloaded PHP4.3 binary for Windows (ZIP file), from your site.

-Any other information :
I tried the same script with a JPG image, it works.
I saw every where that JPEG2000 is managed in PHP 4.3. :
http://www.zend.com/manual/function.getimagesize.php for exemple. Is there
a "Zend" PHP or is it for the future ?
-- 
Edit bug report at http://bugs.php.net/?id=21883&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21883&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21883&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21883&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21883&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21883&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21883&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21883&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21883&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21883&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21883&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21883&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21883&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21883&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21883&r=gnused

Reply via email to