diff options
author | Pierre Joye <pajoye@php.net> | 2010-07-13 18:56:05 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-07-13 18:56:05 +0000 |
commit | d3e8ab4266a0ed9a6467d94c50dac50081756b78 (patch) | |
tree | b27fdeb7ef921b36f5b9b932dd385d84e25fddc9 | |
parent | e246625a57d0877fce298aae06954adc8ae615fb (diff) | |
download | php-git-d3e8ab4266a0ed9a6467d94c50dac50081756b78.tar.gz |
- merge news for var_export fix
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |