summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2004-03-12 21:49:01 +0000
committerSara Golemon <pollita@php.net>2004-03-12 21:49:01 +0000
commitcb20f5cafe75162f708a43f8a03031e20027f466 (patch)
tree288654a36a0ff61e8f916cfa1f15ba49e31a829b
parenta95a14cebf4dbf945669a72dd5275d4d87b3c211 (diff)
downloadphp-git-cb20f5cafe75162f708a43f8a03031e20027f466.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a58a563b00..67465421b6 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP 4 NEWS
allocation functions. (Ilia)
- Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
disabled). (Ilia)
+- Fixed bug #27509 (broken getaddrinfo() causes fsockopen() error). (Sara)
- Fixed bug #27505 (htmlentities() does not handle BIG5 correctly). (Ilia,
ywliu at hotmail dot com)
- Fixed bug #27460 (base64_decode() does not handle extra padding).