summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-06-28 18:08:11 -0700
committerStanislav Malyshev <stas@php.net>2012-06-28 18:08:11 -0700
commit8992da245136a2ef697fb2911cbf138910150d08 (patch)
tree9d11283a226218b6f0dc29dfe3729aede12b1119
parent34ab5650bcea46825ed1f9021c5a52b161705c27 (diff)
downloadphp-git-8992da245136a2ef697fb2911cbf138910150d08.tar.gz
fix NEWS order
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6821a7ebce..f511250205 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2012, PHP 5.4.5
- Core:
+ . Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed
+ Salt). (Anthony Ferrara)
. Fixed bug #62357 (compile failure: (S) Arguments missing for built-in
function __memcmp). (Laruence)
. Fixed bug #61998 (Using traits with method aliases appears to result in
@@ -11,8 +13,6 @@ PHP NEWS
includes a semi-colon). (Pierrick)
. Fixed potential overflow in _php_stream_scandir (CVE-2012-2688).
(Jason Powell, Stas)
- . Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed
- Salt). (Anthony Ferrara)
- EXIF:
. Fixed information leak in ext exif (discovered by Martin Noga,