From b119836765a72700a07b004b95c92beffa3daf95 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 22 Apr 2013 19:00:46 +0200 Subject: [PATCH] updated NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 15aa0bcad7c..74ed8dc96f5 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,10 @@ PHP NEWS . 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) + 11 Apr 2013, PHP 5.5.0 Beta 3 - Core: