Skip to content

Commit b806db9

Browse files
committed
Add is_countable() to NEWS/UPGRADING
1 parent 6807ceb commit b806db9

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
@@ -20,6 +20,7 @@ PHP NEWS
2020
php.exe). (Michele Locati)
2121
. Implemented "Convert numeric keys in object/array casts" RFC, fixes
2222
bugs #53838, #61655, #66173, #70925, #72254, etc. (Andrea)
23+
. Added is_countable() to check if the parameter is safe to pass to count(). (Craig Duncan)
2324

2425
- Date:
2526
. Fixed bug #69587 (DateInterval properties and isset). (jhdxr)

UPGRADING

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

8182
========================================
8283
3. Changes in SAPI modules

0 commit comments

Comments
 (0)