Skip to content

older version of PHP #44

@satis4action

Description

@satis4action

if the PHP version is older than 8.0, you need to add this line to the beginning of the php script ;-)
Otherwise export to csv doesnot working

if (!function_exists('str_starts_with')) {
function str_starts_with(string $haystack, string $needle): bool {
return substr($haystack, 0, strlen($needle)) === $needle;
}
}

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