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

Commit a56abf9

Browse files
committed
Adds CHANGELOG for #180
1 parent 1b7725e commit a56abf9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#180](https://github.com/zendframework/zend-validator/pull/180) fixes how
22+
`Zend\Validator\File\MimeType` "closes" the open FileInfo handle for the file
23+
being validated, using `unset()` instead of `finfo_close()`; this resolves a
24+
segfault that occurs on older PHP versions.
2225

2326
## 2.9.1 - 2017-05-17
2427

0 commit comments

Comments
 (0)