Skip to content

Commit aa5ded5

Browse files
committed
Bumping version v2.4.3, closes #20
1 parent c90db65 commit aa5ded5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [2.4.3] - 2018-09-17
7+
8+
### Fixes
9+
10+
* Value of Client::STREAM_SELECT_USEC was to low with `20000` and was updated to `200000` as
11+
[recommended in the official PHP documentation](http://php.net/stream_select#tv_sec). - [#20]
12+
613
## [2.4.2] - 2018-01-28
714

815
### Fixes
@@ -130,6 +137,7 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
130137
* Getters/Setters for connect timeout, read/write timeout, keep alive, socket persistence from `Client` (now part of the socket connection)
131138
* Method `Client->getValues()`
132139

140+
[2.4.3]: https://github.com/hollodotme/fast-cgi-client/compare/v2.4.2...v2.4.3
133141
[2.4.2]: https://github.com/hollodotme/fast-cgi-client/compare/v2.4.1...v2.4.2
134142
[2.4.1]: https://github.com/hollodotme/fast-cgi-client/compare/v2.4.0...v2.4.1
135143
[2.4.0]: https://github.com/hollodotme/fast-cgi-client/compare/v2.3.0...v2.4.0
@@ -148,3 +156,4 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
148156
[#11]: https://github.com/hollodotme/fast-cgi-client/issues/11
149157
[#14]: https://github.com/hollodotme/fast-cgi-client/issues/14
150158
[#15]: https://github.com/hollodotme/fast-cgi-client/issues/15
159+
[#20]: https://github.com/hollodotme/fast-cgi-client/issues/20

0 commit comments

Comments
 (0)