From 401902b8a58bc07eabba45edd5b0a15752277e87 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 7 Jun 2005 13:19:09 +0000 Subject: [PATCH] - Not sure why this wasn't committed... --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index cbe6f77cce1..5e6916d761f 100644 --- a/NEWS +++ b/NEWS @@ -135,6 +135,7 @@ PHP NEWS (Dmitry) - Fixed bug #32109 ($_POST is not populated in multithreaded environment). (Moriyoshi) +- Fixed bug #32021 (Crash caused by range('', 'z')). (Derick) - Fixed bug #31478 (segfault with empty() / isset()). (Moriyoshi) - Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP). (Rob)