PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.10
+?? ??? 2016, PHP 7.1.0beta1
- 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)
+ . Fixed bug #72543 (Different references behavior comparing to PHP 5)
+ (Laruence, Dmitry, Nikita)
+ . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
+ (Dmitry, Nikita)
+ . Added new constant PHP_FD_SETSIZE. (cmb)
+ . Added optind parameter to getopt(). (as)
- - Filter
+ - 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)
-- 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ä)
+ - PDO_pgsql:
+ . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
+ . Fixed bug #72570 (Segmentation fault when binding parameters on a query
+ without placeholders). (Matteo)
+
+- pcntl
+ . Implemented asynchronous signal handling without TICKS. (Dmitry)
+ . Added pcntl_signal_get_handler() that returns the current signal handler
+ for a particular signal. Addresses FR #72409. (David Walker)
- Wddx:
. Fixed bug #72564 (boolean always deserialized as "true") (Remi)