Reply To: fatal error

#467599
NextScripts.com
Participant

    Then something is wrong with it.

    Here: https://php.net/manual/en/function.json-decode.php

    json_decode — Decodes a JSON string

    Changelog

    5.4.0 The options parameter was added.
    ————————————-
    options – Bitmask of JSON decode options. Currently only JSON_BIGINT_AS_STRING is supported (default is to cast large integers as floats)
    ————————————-

    So JSON_BIGINT_AS_STRING was added (implemented) to PHP 5.4.0

    Your PHP installation is corrupted.

    Version 5.5.9 should not give “option JSON_BIGINT_AS_STRING not implemented” error.