From d1106bb4dc5e2853936942a21b9537f54dc04c55 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 16 Jul 2004 07:31:34 +0000 Subject: [PATCH] (IMO) Better NEWS entry for true/false/null implementation change. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a70bc7302d..f343b7ee90 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.1.0 -- Implement true/false/NULL as keywords. (Marcus) +- Changed the implementation of TRUE, FALSE, and NULL from constants to + keywords. (Marcus) - Fixed ZTS destruction. (Marcus) 13 Jul 2004, PHP 5.0.0 -- 2.50.1