Voting

: min(zero, zero)?
(Example: nine)

The Note You're Voting On

php at silisoftware dot com
23 years ago
Don't try and create an image with a really large width and/or height. First, $width x $height is (at least) the bytes of memory that need to be allocated. Secondly, if you exceed the range of int for either parameter, Apache crashes (before allocating any memory).
Don't ask how I figured this out ;)

<< Back to user notes page

To Top