Home
Phorge
Search
Configure Global Search
Log In
Transactions
D25126
Change Details
Change Details
Old
New
Diff
in php 8 strtolower() no longer accepts NULL. Instead exit early if there is no severity found.
In PHP 8.1, the strtolower() function no longer accepts NULL. Without this change, getMatchSeverity() exits early if there is no severity found. Closes T15257 Ref T15190
in php 8
In PHP 8.1, the
strtolower()
function
no longer accepts NULL.
Without this change,
Instead
getMatchSeverity()
exit
s
early if there is no severity found.
Closes T15257 Ref T15190
Continue