]> granicus.if.org Git - php/commitdiff
add NEWS
authorStanislav Malyshev <stas@php.net>
Fri, 8 Jun 2012 06:11:28 +0000 (23:11 -0700)
committerStanislav Malyshev <stas@php.net>
Fri, 8 Jun 2012 06:11:28 +0000 (23:11 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 31a621825535867b064206d222aea07b16f7d0e2..348a06e6281b45b92b0d74b4d798495fedb0a6df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #61998 (Using traits with method aliases appears to result in
     crash during execution). (Dmitry)
+  . Fixed potential overflow in _php_stream_scandir. (Jason Powell,
+    Stas)
 
 - EXIF:
   . Fixed information leak in ext exif (discovered by Martin Noga,