Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Mac MAMP PHP 5.4.X cast to String making crash #63

@lixiphp

Description

@lixiphp

In the Lastest SDK s3.class.php get_canonical_user_id function:

return array(
            'id' => (string) $id->body->Owner->ID,
            'display_name' => (string) $id->body->Owner->DisplayName
        );

The Converting to String making the Apache server crash.

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