Phabricator-PHP-API
Phabricator-PHP-API copied to clipboard
Ensure UTF8 encoding on params before json_encode()
To prevent errors during json_encode() method call which results on empty requests, we need to ensure that all the elements of the param array are properly encoded, which fixes #4