From: Andi Gutmans Date: Thu, 3 Feb 2000 22:29:12 +0000 (+0000) Subject: - Add some news X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68413a745217dded8a6b4a4bab92b63062b28825;p=php - Add some news --- diff --git a/NEWS b/NEWS index b79701b932..e58df47730 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ 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 socket_get_status() function. Renamed: set_socket_timeout() -> socket_set_timeout() set_socket_blocking() -> socket_set_blocking(). (Andrei)