php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63502 Use of URL as variable for Imagick __constructor returns fatal error
Submitted: 2012-11-13 12:57 UTC Modified: 2013-10-19 15:44 UTC
From: lance at izzonet dot com Assigned:
Status: Not a bug Package: imagick (PECL)
PHP Version: 5.4.8 OS: windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lance at izzonet dot com
New email:
PHP Version: OS:

 

 [2012-11-13 12:57 UTC] lance at izzonet dot com
Description:
------------
$wm = new Imagick('http://www.example.com');


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-13 18:32 UTC] mail+php at requinix dot net
Of course that doesn't work: example.com isn't an image. Meanwhile

new Imagick("http://www.iana.org/_img/iana-logo-pageheader.png");

works just fine for me.
 [2013-10-19 15:44 UTC] nikic@php.net
-Status: Open +Status: Not a bug
 [2013-10-19 15:44 UTC] nikic@php.net
Closing as not a bug as per requinix' comment.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 09:01:28 2024 UTC