From d1f9d37423a9e6ebce266f70e151b511fd06d3b5 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Tue, 29 Nov 2016 06:45:01 +0900 Subject: [PATCH] Fix typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ec4e1e2b134..a6f9a8dcf4d 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ PHP NEWS . Fix integer overflows (Joshua Rogers) - Core: - . Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED). (Dmitry) + . Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUNTED). (Dmitry) . Removed the sql.safe_mode directive. (Kalle) . Removed support for Netware. (Kalle) . Fixed bug #54535 (WSA cleanup executes before MSHUTDOWN). (Kalle)