summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-07-14 18:15:08 +0000
committerSascha Schumann <sas@php.net>2002-07-14 18:15:08 +0000
commitb6aeeaea2042aac1fa4d4c37ccd4422cfd82c7f7 (patch)
tree18cce67c78f26bae54ddceccb6f891a3e7df5c93
parentfa3d840cd1a5c23bc1757703f91c0af18b09ec65 (diff)
downloadphp-git-b6aeeaea2042aac1fa4d4c37ccd4422cfd82c7f7.tar.gz
the sun was shining a few days ago
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 42fa742d61..e971cd32b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
+- Added persistent connections/pipelining to thttpd. (Sascha)
+- Fixed two potential blocking issues in thttpd. (Sascha)
- Made iconv() work well with both libiconv or libgiconv. (Moriyoshi, Yasuo)
- Fixed socket_set_timeout() on win32. (Jason, Edin, Jani)
- Added domxml_node_namespace_uri(). (Rui Lopes)