summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-07-13 18:56:05 +0000
committerPierre Joye <pajoye@php.net>2010-07-13 18:56:05 +0000
commitd3e8ab4266a0ed9a6467d94c50dac50081756b78 (patch)
treeb27fdeb7ef921b36f5b9b932dd385d84e25fddc9
parente246625a57d0877fce298aae06954adc8ae615fb (diff)
downloadphp-git-d3e8ab4266a0ed9a6467d94c50dac50081756b78.tar.gz
- merge news for var_export fix
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)