summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-04-25 17:58:02 +0200
committerJohannes Schlüter <johannes@php.net>2013-04-25 17:58:02 +0200
commit671ef9fda7ec5876e5c1da2d98e296fb7e7620c9 (patch)
tree582c22bbd52cb368b4c117b272c0b59430a85770
parent18fdab5a09b64252a9a61ad6d1b2eff4a257b8f2 (diff)
downloadphp-git-671ef9fda7ec5876e5c1da2d98e296fb7e7620c9.tar.gz
Fix NEWS
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index af4957e365..f7e6d5b6a2 100644
--- a/NEWS
+++ b/NEWS
@@ -6,15 +6,15 @@ PHP NEWS
. Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
segfault). (Laruence)
. Fixed bug #64458 (dns_get_record result with string of length -1). (Stas)
- . Fixed bugs #47675 and #64577 (fd leak on Solaris)
+ . Fixed bugs #47675 and #64577 (fd leak on Solaris). (Rasmus)
+
+- Streams:
+ . Fixed Windows x64 version of stream_socket_pair() and improved error
+ handling. (Anatol Belski)
- Zip:
. Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
- (Anatol)
-
-- Streams:
- . Fixed Windows x64 version of stream_socket_pair() and improved error handling
- (Anatol Belski)
+ (Anatol)
11 Apr 2013, PHP 5.3.24