You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).
5
5
6
+
## [3.1.2] - 2020-05-19
7
+
8
+
### Added
9
+
10
+
*`.gitattributes` file to exclude non-relevant files/directories from archives/releases installed by composer - [#58]
11
+
12
+
### Fixed
13
+
14
+
* Remove link to `bin/fcgiget` in `composer.json` as it is a potential security issue (because `bin/fcgiget` accepts any accessible fastCGI endpoint and may be exposed in some setups)
15
+
6
16
## [3.1.1] - 2020-05-06
7
17
8
18
### Fixed
@@ -328,6 +338,7 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
328
338
* Getters/Setters for connect timeout, read/write timeout, keep alive, socket persistence from `Client` (now part of the socket connection)
Read more about the journey to and changes in `v2.6.0` in [this blog post](https://github.com/hollodotme/fast-cgi-client/wiki/Background-Info-FastCgiClient-Version-2.6.0).
26
26
@@ -975,7 +975,9 @@ if ('File not found.' === trim($response->getBody()))
975
975
976
976
sh tests/runTestsOnAllLocalPhpVersions.sh
977
977
978
-
## Command line tool (for debugging only)
978
+
## Command line tool (for local debugging only)
979
+
980
+
**Please note:**`bin/fcgiget` is not included and linked to `vendor/bin` via composer anymore since version `v3.1.2` for security reasons. [Read more.](https://github.com/hollodotme/fast-cgi-client/pull/58)
979
981
980
982
Run a call through a network socket:
981
983
@@ -988,6 +990,7 @@ Run a call through a Unix Domain Socket
988
990
This shows the response of the php-fpm status page.
0 commit comments