Posted by comp.lang.php on 10/05/06 22:00
re:
http://www.google.com/search?hl=en&q=swedish+flag&btnG=Google+Search
I am trying only this:
[PHP]
$image = @imagecreatefromgif('/path/to/this/image.gif');
[/PHP]
This line alone causes a segfault on my machine; when I measured how
much memory it took to process this, it literally required up to 100+mb
of memory to process a GIF image that is only 953 bytes!!!
Is this normal behavior for imagecreatefromgif()? I am using PHP 4.3.9
with GD 2.0.1, this shouldn't happen but it does
Phil
[Back to original message]
|