PHP 8.5.0 Alpha 4 available for testing

Voting

: max(seven, nine)?
(Example: nine)

The Note You're Voting On

klaus at hax dot at
8 years ago
apparently something changed from php 5.5 to 5.6.

I used to call ImagePng($image, '');
apparently this doesn't work anymore in 5.6 as it returns: imagepng(): Filename cannot be empty

ImagePng($image, NULL);

seems to work fine though.

<< Back to user notes page

To Top