From: Derick Rethans Date: Mon, 1 Mar 2004 08:11:46 +0000 (+0000) Subject: - MFH: Fixed bug #27443 (defined() returns wrong type). X-Git-Tag: php-4.3.5RC4~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46e793d8dc8af766247bc3ca392601fccc878066;p=php - MFH: Fixed bug #27443 (defined() returns wrong type). --- diff --git a/NEWS b/NEWS index 40d8c0d7c7..8461e802ee 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP 4 NEWS ?? Feb 2004, Version 4.3.5 - Fixed possible crashes inside socket extension, due to missing check inside allocation functions. (Ilia) +- Fixed bug #27443 (defined() returns wrong type). (Derick) - Fixed bug #27384 (unpack() misbehaves with 1 char string). (GeorgeS) - Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing response code). (Ilia)