summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-05-03 17:01:33 +0200
committerAnatol Belski <ab@php.net>2013-05-03 17:01:33 +0200
commitb1ea0b7a7a580f074d889f9ff7a46566917088f2 (patch)
tree309692655ac9bd75d9a2308cc3f02426c0626c68 /NEWS
parentaa448adc8347c072421103d1a92b0a7a75ec873f (diff)
downloadphp-git-b1ea0b7a7a580f074d889f9ff7a46566917088f2.tar.gz
Fixed bug #64770 stream_select() fails with pipes
returned by proc_open() on Windows x64
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd865d2c8a..2d831aeab2 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP NEWS
. Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB
pointer has closed). (Laruence)
+- Streams:
+ . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open()
+ on Windows x64). (Anatol)
+
?? ??? 2013, PHP 5.3.25
### ADD ENTRIES ABOVE FOR 5.3.26. 5.3.25 NEWS WILL BE UPDATED BY RM ON MERGE ###