summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-03 22:29:12 +0000
committerAndi Gutmans <andi@php.net>2000-02-03 22:29:12 +0000
commit68413a745217dded8a6b4a4bab92b63062b28825 (patch)
treef892f60f20b76b7ca53c69cab9a969261d79906a
parent38fb57f9d6d286fd149c8b91c16d618e920bf63f (diff)
downloadphp-git-68413a745217dded8a6b4a4bab92b63062b28825.tar.gz
- Add some news
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)