File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.6 (2017-12-21)
4
+
5
+ * Fix: Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12
6
+ (#126 by @clue )
7
+
8
+ * Improve test suite by simplifying test bootstrapping logic via Composer and
9
+ test against PHP 7.2
10
+ (#127 by @clue and #124 by @carusogabriel )
11
+
3
12
## 0.7.5 (2017-11-20)
4
13
5
14
* Fix: Igore excessive ` fopen() ` mode flags for ` WritableResourceStream `
Original file line number Diff line number Diff line change 1
- # Stream Component
1
+ # Stream
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/reactphp/stream.svg?branch=master )] ( https://travis-ci.org/reactphp/stream )
4
4
@@ -1178,10 +1178,10 @@ The recommended way to install this library is [through Composer](https://getcom
1178
1178
This will install the latest supported version:
1179
1179
1180
1180
``` bash
1181
- $ composer require react/stream:^0.7.5
1181
+ $ composer require react/stream:^0.7.6
1182
1182
```
1183
1183
1184
- More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
1184
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades .
1185
1185
1186
1186
This project aims to run on any platform and thus does not require any PHP
1187
1187
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and HHVM.
You can’t perform that action at this time.
0 commit comments