Description
Description
There is a bug in php 8.3.0, when you send in null as 3th parameter to http_build_query
https://3v4l.org/nHIkP
so if you try to search for ['index'=> a, 'limit' => 5]
you get index=alimit=5
instead of index=a&limit=5
Sugestion A: flag package as incompatible with php 8.3.0
Sugestion B: update the call so it dosn't send null to http_build_query
Client
Analytics
Version
4.11.2
Relevant log output
Metadata
Metadata
Assignees
Labels
No labels