Skip to content

Commit 1071a26

Browse files
author
Julien Pauli
committed
Updated NEWS
1 parent 78d5783 commit 1071a26

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

NEWS

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2016, PHP 5.6.24
3+
?? ??? 2016, PHP 5.6.25
4+
5+
- Core:
6+
. Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)
7+
8+
- Curl:
9+
. Fixed bug #71144 (Segmentation fault when using cURL with ZTS).
10+
(maroszek at gmx dot net)
411

512
21 Jul 2016, PHP 5.6.24
613

714
- Core:
8-
. Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
15+
. Fixed bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
916
(mike dot laspina at gmail dot com, Remi)
10-
. Fix bug #72496 (Cannot declare public method with signature incompatible
17+
. Fixed bug #72496 (Cannot declare public method with signature incompatible
1118
with parent private method). (Pedro Magalhães)
12-
. Fix bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
19+
. Fixed bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
1320

1421
- bz2:
15-
. Fix bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at
22+
. Fixed bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at
1623
stealien dot com).
1724

1825
- EXIF:

0 commit comments

Comments
 (0)