Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit db7d8cf

Browse files
committed
Adds CHANGELOG entry for #314
1 parent ff219ca commit db7d8cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- Nothing.
25+
- [#314](https://github.com/zendframework/zend-diactoros/pull/314) modifies error handling around opening a file resource within
26+
`Zend\Diactoros\Stream::setStream()` to no longer use the second argument to
27+
`set_error_handler()`, and instead check the error type in the handler itself;
28+
this fixes an issue when the handler is nested inside another error handler,
29+
which currently has buggy behavior within the PHP engine.
2630

2731
## 1.8.1 - 2018-07-09
2832

0 commit comments

Comments
 (0)