From 4ade46ad1bc950a288e65cd8d174b89772d7800c Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 5 Jun 2018 00:58:03 +0200 Subject: [PATCH] [ci skip] Fix typos in NEWS --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b9ba7d9402c..e3d0cf5dde7 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,8 @@ PHP NEWS - Core: . Improved PHP GC. (Dmitry, Nikita) . Redesigned the old ext_skel program written in PHP, run: - 'php ext_skel.php' for all options. This means there is no dependencies - thrus making it work on Windows out of the box. (Kalle) + 'php ext_skel.php' for all options. This means there are no dependencies, + thus making it work on Windows out of the box. (Kalle) . Removed support for BeOS. (Kalle) . Add PHP_VERSION to phpinfo() . (github/MattJeevas) . Add net_get_interfaces(). (Sara, Joe, Anatol)