From: Pierre Joye Date: Wed, 17 Mar 2004 17:26:13 +0000 (+0000) Subject: - Add entry, crash in imagecolortransparent X-Git-Tag: php-4.3.5RC4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7226bcc2de5c5f29e82425b26967b4119fb7697;p=php - Add entry, crash in imagecolortransparent --- diff --git a/NEWS b/NEWS index d0f868558c..d877811101 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Feb 2004, Version 4.3.5 +- Fixed possible crash using an invalid color index with a palette image in + imagecolortransparent (Pierre) - Fixed php-cgi to not ignore command-line switches when run in a web context. This fixes our test cases allowing INI with GET sections to work (Rasmus) - Fixed getopt() so it works without $_SERVER (Rasmus, bfrance)