mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Update NEWS and UPGRADING
This commit is contained in:
parent
ed9bff5352
commit
0e8fe163b0
2
NEWS
2
NEWS
@ -8,6 +8,8 @@ PHP NEWS
|
||||
|
||||
- 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)
|
||||
|
||||
07 Jul 2016, PHP 7.1.0alpha3
|
||||
|
||||
|
@ -132,6 +132,10 @@ PHP 7.1 UPGRADE NOTES
|
||||
. Added sapi_windows_cp_set(), sapi_windows_cp_get(), sapi_windows_cp_is_utf8(),
|
||||
sapi_windows_cp_conv() for codepage handling.
|
||||
|
||||
- pcntl:
|
||||
. Added pcntl_signal_get_handler() that returns the current signal handler
|
||||
for a particular signal.
|
||||
|
||||
- Standard:
|
||||
. Added is_iterable() that determines if a value will be accepted by the new
|
||||
iterable pseudo-type.
|
||||
|
Loading…
Reference in New Issue
Block a user