1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

[ci skip] Update NEWS

This commit is contained in:
Anatol Belski
2018-03-27 14:27:44 +02:00
parent ad148c5ac2
commit 631ed7288c
+4
View File
@@ -16,6 +16,10 @@ PHP NEWS
. Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
(Anatol)
- FPM:
. Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
access controls). (Jakub Zelenka)
- GD:
. Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)