From: Nikita Popov Date: Wed, 13 Jul 2016 19:57:23 +0000 (+0200) Subject: Merge branch 'PHP-7.0' X-Git-Tag: php-7.1.0beta1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0e5ffae6f7b6419b58a590b0b53bb30097ae169;p=php Merge branch 'PHP-7.0' --- a0e5ffae6f7b6419b58a590b0b53bb30097ae169 diff --cc NEWS index 39261f4d52,500d2abb7d..28d2434f4a --- a/NEWS +++ b/NEWS @@@ -55,11 -39,10 +55,15 @@@ PH . 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) + + - Reflection: + . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). + (Nikita Nefedov) + - SimpleXML: . Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML element). (Laruence)