Skip to content

Commit

Permalink
Add is_countable() to NEWS/UPGRADING
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Nov 14, 2016
1 parent 2de372f commit 0fd7bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PHP NEWS
operation). (Dmitry)
. Implemented FR #72768 (Add ENABLE_VIRTUAL_TERMINAL_PROCESSING flag for
php.exe). (Michele Locati)
. Added is_countable() to check if the parameter is safe to pass to count(). (Craig Duncan)

- Date:
. Fixed bug #69587 (DateInterval properties and isset). (jhdxr)
Expand Down
1 change: 1 addition & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PHP 7.2 UPGRADE NOTES
. Simplified password hashing API updated to support Argon2i hashes when PHP is compiled with libargon2
(https://wiki.php.net/rfc/argon2_password_hash).
. proc_nice() is now supported on Windows platforms.
. Added is_countable() to check if the parameter is safe to pass to count().

========================================
3. Changes in SAPI modules
Expand Down

0 comments on commit 0fd7bc1

Please sign in to comment.