From d4c19ed2d2632337307b984d7825493252dd785f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 6 Jan 2004 20:07:07 +0000 Subject: Fixed bug #26819 (http_build_query() crashes on NULL output). Fixed bug #26817 (http_build_query() does not handle private & protected object properties correctly). --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b6a81d65a0..f076edb62c 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ PHP NEWS (Derick) - Fixed problems with longlong values in mysqli. (Georg) - Fixed class name case preserving of user defined classes. (Marcus) +- Fixed bug #26819 (http_build_query() crashes on NULL output). (Ilia) +- Fixed bug #26817 (http_build_query() does not handle private & protected + object properties correctly). (Ilia) - Fixed bug #26762 (unserialize() produces lowercase classnames). (Marcus) - Fixed bug #26743 (getElementsByTagName doesn't work properly). (Rob) - Fixed bug #26736 (__autoload not invoked for parent classes). (Marcus) -- cgit v1.2.1