summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-03 22:31:56 +0000
committerAndi Gutmans <andi@php.net>2000-02-03 22:31:56 +0000
commit600e4a11c738b227cc04eb7d81aca12c59a94ba6 (patch)
tree2738062369fdc5031197efc3ccf828459f4b8e0a
parent68413a745217dded8a6b4a4bab92b63062b28825 (diff)
downloadphp-git-600e4a11c738b227cc04eb7d81aca12c59a94ba6.tar.gz
- Sounds nicer
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e58df47730..c047d54a75 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)