1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

[ci skip] Fix typos in NEWS

This commit is contained in:
Christoph M. Becker
2018-06-05 00:58:03 +02:00
parent 3f16a43d74
commit 4ade46ad1b

4
NEWS
View File

@@ -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() <title/>. (github/MattJeevas)
. Add net_get_interfaces(). (Sara, Joe, Anatol)