# About Nick
# Latest Updates/Featured
Sooke Council Meeting -- November 25, 2024
Date
Sooke Council's regular meeting November 25th, 2024 has multiple delegations and at least two potentially contentious topics.
PHP 8.4 Nullable Types
Date
Status
Up to date
Date Reviewed
PHP 8.4 - released at the end of November 2024 - has deprecated implicit nullable types. For many years (since PHP 5.1), types on function arguments could have a default value of null
provided even if the type itself was not nullable.