php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55969 imagick_readimage return nothing
Submitted: 2004-01-22 12:30 UTC Modified: 2005-10-23 09:16 UTC
From: vt at costaid dot com Assigned: mcmontero (profile)
Status: No Feedback Package: imagick (PECL)
PHP Version: 5CVS-2004-01-22 (dev) OS: Windows XP Pro SP1
Private report: No CVE-ID: None
 [2004-01-22 12:30 UTC] vt at costaid dot com
Description:
------------
I install php_imagick from PECL
<?
$handle = imagick_readimage( getcwd() . "/image.jpg" ) ;
?>
$handle is false.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-01 10:11 UTC] chregu@php.net
please try the latest release (0.9.9)
 [2005-03-10 02:48 UTC] shane at booyahnetworks dot com
Actually, it's still returning false even with the latest and greatest php_imagick.dll on XP.
 [2005-10-23 09:16 UTC] mike@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2005-11-13 11:10 UTC] comet at ourplanet dot at
I have this problem described above!
Strange is that the first imagick_readimage works fine.
If i want to open another file with a new handle, the handle is false.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 19 17:01:29 2025 UTC