From 600e4a11c738b227cc04eb7d81aca12c59a94ba6 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 3 Feb 2000 22:31:56 +0000 Subject: [PATCH] - Sounds nicer --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e58df477302..c047d54a750 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ PHP 4.0 NEWS ?? ?? ????, Version 4.0 Beta 4 - Added the XML Expat library to the standard PHP source distribution thanks to its author James Clark (Andi & Zeev) -- Added XML to the default Win32 build (Andi & Zeev) +- Added XML support to the default Win32 build (Andi & Zeev) - Added socket_get_status() function. Renamed: set_socket_timeout() -> socket_set_timeout() set_socket_blocking() -> socket_set_blocking(). (Andrei)