1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00
This commit is contained in:
Remi Collet
2014-03-25 11:00:47 +01:00
parent 4374a52e9d
commit 3616db6d38

4
NEWS
View File

@@ -9,6 +9,10 @@ PHP NEWS
- Core:
. Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
- Fileinfo:
. Fixed bug #66946i (fileinfo: extensive backtracking in awk rule regular
expression). (CVE-2013-7345) (Remi)
- FPM:
. Added clear_env configuration directive to disable clearenv() call.
(Github PR# 598, Paul Annesley)