summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-07-14 18:30:11 +0000
committerSascha Schumann <sas@php.net>2002-07-14 18:30:11 +0000
commitcda0987153722d70d795730ad088ebf7b153fbcb (patch)
tree0b634e109cde16f339b4692842fc539474ac68d1
parent35e8d8139e910dac7f40494087d280c79b3f9900 (diff)
downloadphp-git-cda0987153722d70d795730ad088ebf7b153fbcb.tar.gz
it is not really cold though
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e971cd32b0..28d0df64aa 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP 4 NEWS
?? ??? 2002, Version 4.3.0
- Added persistent connections/pipelining to thttpd. (Sascha)
- Fixed two potential blocking issues in thttpd. (Sascha)
+- Fixed broken header detection on Solaris. (Sascha)
+- Improved nss/socket-related symbol/library detection. (Jani, 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)