Page 1 of 1

Clone method deprecated?

Posted: 2012-01-05T04:56:53-07:00
by stroker

Code: Select all

$im2 = $im->clone();
"Imagick::clone method is deprecated and it's use should be avoided"

What should I use instead?

Re: Clone method deprecated?

Posted: 2012-04-01T22:33:27-07:00
by cyklop
Same Problem here, did you found something?

Re: Clone method deprecated?

Posted: 2012-04-01T23:12:11-07:00
by anthony
The question is why is it depreciated?

First I even heard of it being depreciated anywhere. Though perhaps it is a language specific thing!