summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-09-20 00:10:54 +0000
committer <changelog@php.net>2001-09-20 00:10:54 +0000
commit6320f1aa3e8674fe282b416b23fc4aec1f74a0d7 (patch)
tree6541c762ddc8fda2701faa3d2054b589014384f8
parent483fc4c73a60f1a660967882dbf7f9b706282f4d (diff)
downloadphp-git-6320f1aa3e8674fe282b416b23fc4aec1f74a0d7.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1fc0a8610..9a7d773831 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.8-dev
+- Added IPv6 support to gethostbyaddr()
+ (Patch by Matthias Wimmer <matthias@charente.de> and venaas)
- Make the seed options to srand() and mt_srand() optional, if the seed is
not specified, the generate the most random seed possible. (Sterling)
- A bug fixed when tryint to return NULL strings.