From ac4f8071c5d1e545ab3840888bbe83e367657bed Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 27 Jun 2006 08:28:24 +0000 Subject: [PATCH] BFN --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 6e0f1f8fdf7..285a48de86f 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,7 @@ PHP NEWS - Fixed memory leaks in openssl streams context options. (Pierre) - Fixed handling of extremely long paths inside tempnam() function. (Ilia) +- Fixed bug #37920 (compilation problems on z/OS). (Tony) - Fixed bug #37864 (file_get_contents() leaks on empty file). (Hannes) - Fixed bug #37862 (Integer pointer comparison to numeric value). (bugs-php at thewrittenword dot com)