From db92853cc9f9cc08c0e732d769902a9e5845615b Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 29 Sep 2002 14:48:10 +0000 Subject: [PATCH] Bug fixing news. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index ccdc57a794b..1ef13bbaaa0 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()