diff options
author | Anatol Belski <ab@php.net> | 2013-05-03 17:01:33 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-05-03 17:01:33 +0200 |
commit | b1ea0b7a7a580f074d889f9ff7a46566917088f2 (patch) | |
tree | 309692655ac9bd75d9a2308cc3f02426c0626c68 /NEWS | |
parent | aa448adc8347c072421103d1a92b0a7a75ec873f (diff) | |
download | php-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ### |