Skip to content

Commit 0fd7bc1

Browse files
committed
Add is_countable() to NEWS/UPGRADING
1 parent 2de372f commit 0fd7bc1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PHP NEWS
1818
operation). (Dmitry)
1919
. Implemented FR #72768 (Add ENABLE_VIRTUAL_TERMINAL_PROCESSING flag for
2020
php.exe). (Michele Locati)
21+
. Added is_countable() to check if the parameter is safe to pass to count(). (Craig Duncan)
2122

2223
- Date:
2324
. Fixed bug #69587 (DateInterval properties and isset). (jhdxr)

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ PHP 7.2 UPGRADE NOTES
3737
. Simplified password hashing API updated to support Argon2i hashes when PHP is compiled with libargon2
3838
(https://wiki.php.net/rfc/argon2_password_hash).
3939
. proc_nice() is now supported on Windows platforms.
40+
. Added is_countable() to check if the parameter is safe to pass to count().
4041

4142
========================================
4243
3. Changes in SAPI modules

0 commit comments

Comments
 (0)