Home
Phorge
Search
Configure Global Search
Log In
Transactions
D25229
Change Details
Change Details
Old
New
Diff
Passing null instead of a string to `explode(string $separator, string $string, int $limit)` is deprecated since PHP 8.1. Thus do not explode but create an empty array if the input is null. Closes T15397
Passing null to the `$string` in `explode(string $separator, string $string, int $limit)` is deprecated since PHP 8.1. Thus do not explode but create an empty array if the input is null. Closes T15397
Passing null
instead of a
to the `$
string
to
` in
`explode(string $separator, string $string, int $limit)` is deprecated since PHP 8.1. Thus do not explode but create an empty array if the input is null. Closes T15397
Continue