From: Moriyoshi Koizumi Date: Tue, 11 Jan 2005 22:27:26 +0000 (+0000) Subject: - I tend to write opposite things these days :P X-Git-Tag: php-5.0.4RC1~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4fdaec6a553ac88529c885a6d3b26d75370a362;p=php - I tend to write opposite things these days :P --- diff --git a/NEWS b/NEWS index 248700f5a7..f0fba652bb 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,8 @@ PHP NEWS - Fixed bug #31107 (Compile failure on Solaris 9 (Intel) and gcc 3.4.3). (Derick) - Fixed bug #31103 (Better error message when c-client cannot be found). (Ilia) - Fixed bug #31101 (missing kerberos header file path with --with-openssl). (Jani) -- Fixed bug #31098 (isset() / empty() incorrectly return false in dereference of a string type). (Moriyoshi) +- Fixed bug #31098 (isset() / empty() incorrectly return true in dereference of + a string type). (Moriyoshi) - Fixed bug #31087 (broken php_url_encode_hash macro). (Ilia) - Fixed bug #31072 (var_export() does not output an array element with an empty string key). (Derick)