From d3e8ab4266a0ed9a6467d94c50dac50081756b78 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 13 Jul 2010 18:56:05 +0000 Subject: [PATCH] - merge news for var_export fix --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index c31ae7451e..a05a36ebef 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Jul 2010, PHP 5.2.14 +- Rewrote var_export() to use smart_str rather than output buffering, prevents + data disclosure if a fatal error occurs. (Scott) - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array). (Johannes) -- 2.40.0