php-src/NEWS
Adam Harvey 91bad929aa Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).
We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, as the following if condition expects.
2015-12-01 03:09:36 +00:00

19 lines
681 B
Plaintext

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2016, PHP 7.1.0
Core:
. Fixed bug #62210 (Exceptions can leak temporary variables). (Dmitry, Bob)
. Added void return type. (Andrea)
Standard
. Implemented FR #55716 (Add an option to pass a custom stream context to
get_headers()). (Ferenc)
. Implemented FR #69359 (Provide a way to fetch the current environment
variables). (Ferenc)
Hash
. Added SHA3 fixed mode algorithms (224, 256, 384, and 512 bit). (Sara)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>