From: Xinchen Hui Date: Wed, 13 Jul 2016 02:51:11 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.1.0beta1~80^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=488a6cb33eaa7353ea09ce15725f29614318db23;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 227f3d3157..30415ea029 100644 --- a/NEWS +++ b/NEWS @@ -45,11 +45,15 @@ PHP NEWS . Fixed bug #72570 (Segmentation fault when binding parameters on a query without placeholders). (Matteo) -- pcntl +- 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) +- SimpleXML: + . Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML + element). (Laruence) + - Tidy: . Implemented support for libtidy 5.0.0 and above. (Michael Orlitzky, Anatol)