summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2e1bd3d517..6215ecc3e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,18 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.24
+07 Jul 2016, PHP 5.6.24RC1
- Core:
. Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
(mike dot laspina at gmail dot com, Remi)
. Fix bug #72496 (Cannot declare public method with signature incompatible
with parent private method). (Pedro Magalhães)
+ . Fix bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
- bz2:
. Fix bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at
stealien dot com).
-- Core:
- . Fix bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
-
- EXIF:
. Fixed bug #50845 (exif_read_data() returns corrupted exif headers).
(Bartosz Dziewoński)