This commit is contained in:
Remi Collet 2016-07-08 10:48:34 +02:00
parent 2303685a7e
commit 720b085feb

3
NEWS
View file

@ -13,6 +13,9 @@ PHP NEWS
. 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)
07 Jul 2016, PHP 7.1.0alpha3
- Core: