PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.25
+?? ??? 2016 PHP 7.0.10
- Core:
+ . Fixed bug #72496 (Cannot declare public method with signature incompatible
+ with parent private method). (Pedro Magalhães)
. Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)
- - Filter
-- Curl:
- . Fixed bug #71144 (Segmentation fault when using cURL with ZTS).
- (maroszek at gmx dot net)
-
+ - Filter:
. Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8
range). (bugs dot php dot net at majkl578 dot cz)
-21 Jul 2016, PHP 5.6.24
+ - PDO_pgsql:
+ . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
+
+- SPL:
+ . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU)
+
+- Standard:
+ . Fixed bug #72152 (base64_decode $strict fails to detect null byte).
+ (Lauri Kenttä)
+ . Fixed bug #72263 (base64_decode skips a character after padding in strict
+ mode). (Lauri Kenttä)
+ . Fixed bug #72264 (base64_decode $strict fails with whitespace between
+ padding). (Lauri Kenttä)
+
+- Wddx:
+ . Fixed bug #72564 (boolean always deserialized as "true") (Remi)
+
+21 Jul 2016 PHP 7.0.9
- Core:
- . Fixed bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
- (mike dot laspina at gmail dot com, Remi)
- . Fixed bug #72496 (Cannot declare public method with signature incompatible
- with parent private method). (Pedro Magalhães)
- . Fixed bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
+ . Fixed bug #72508 (strange references after recursive function call and
+ "switch" statement). (Laruence)
-- bz2:
- . Fixed bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at
- stealien dot com).
+- CLI:
+ . Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify
+ router.php). (Laruence)
-- EXIF:
- . Fixed bug #50845 (exif_read_data() returns corrupted exif headers).
- (Bartosz Dziewoński)
+- COM:
+ . Fixed bug #72498 (variant_date_from_timestamp null dereference). (Anatol)
- GD:
. Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb)