Skip to content

[bug]: incompatible with php 8.3.0 #747

Closed
algolia/api-clients-automation
#4416
@puggan

Description

@puggan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions