From: Ilia Alshanetsky Date: Sun, 29 Sep 2002 14:48:10 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db92853cc9f9cc08c0e732d769902a9e5845615b;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index ccdc57a794..1ef13bbaaa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Fixed bug #19366 (gdImageFill crahes when x & y are outside of the + image's boundries). (Ilia) - Fixed bug #13936 (__FILE__ constant didn't contain full path). (Ilia) - Renamed: socket_set_timeout() -> stream_set_timeout()