File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ PHP NEWS
18
18
operation). (Dmitry)
19
19
. Implemented FR #72768 (Add ENABLE_VIRTUAL_TERMINAL_PROCESSING flag for
20
20
php.exe). (Michele Locati)
21
+ . Added is_countable() to check if the parameter is safe to pass to count(). (Craig Duncan)
21
22
22
23
- Date:
23
24
. Fixed bug #69587 (DateInterval properties and isset). (jhdxr)
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ PHP 7.2 UPGRADE NOTES
37
37
. Simplified password hashing API updated to support Argon2i hashes when PHP is compiled with libargon2
38
38
(https://wiki.php.net/rfc/argon2_password_hash).
39
39
. proc_nice() is now supported on Windows platforms.
40
+ . Added is_countable() to check if the parameter is safe to pass to count().
40
41
41
42
========================================
42
43
3. Changes in SAPI modules
You can’t perform that action at this time.
0 commit comments