Phabricator-PHP-API icon indicating copy to clipboard operation
Phabricator-PHP-API copied to clipboard

Ensure UTF8 encoding on params before json_encode()

Open miguelsimoes opened this issue 7 years ago • 0 comments

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

miguelsimoes avatar Jul 10 '17 07:07 miguelsimoes