summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd2b2a7574..693ee4e7a2 100644
--- a/NEWS
+++ b/NEWS
@@ -190,6 +190,7 @@ PHP NEWS
. Fixed bug #74719 (fopen() should accept NULL as context). (Alexander Holman)
. Fixed bug #69948 (path/domain are not sanitized in setcookie). (cmb)
. Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
+ . Remove superfluous warnings from inet_ntop()/inet_pton(). (daverandom)
- Testing:
. Implemented request #62055 (Make run-tests.php support --CGI-- sections).