Skip to content

Deprecation error in FileMaker.php with PHP 8.2 (and fix) #48

@karinehansen

Description

@karinehansen

I'm receiving the following error:
Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string is deprecated in /path to airmoi_FileMaker/src/FileMaker.php on line 839

It is easily fixed by updating line 839 in FileMaker.php to:
$restParams[] = urlencode($option) . ($value === true || $value == null ? '' : '=' . urlencode($value));
This adds a $value==null check.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions