gd_memcheck / GD php memory check

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

gd_memcheck / GD php memory check

Post by Jensensen »

how does it work? does anyone has any experience?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: gd_memcheck / GD php memory check

Post by Heiko H. »

Hi Jens,

in earlier versions, if someone has uploaded a too big picture, GD has "crashed".

Code: Select all

Fatal error: Allowed memory size of xxxxxx bytes exhausted (tried to
allocate xxxx bytes)
This function checkes before processing the picture, whether sufficient memory is available.

Heiko...
Not longer here - sorry...

Haubner-IT GbR Dresden
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: gd_memcheck / GD php memory check

Post by juergen »

-> and ...

phpinfo() is your memcheck-friend
Post Reply