Zolli / Phabricator-PHP-API

PHP API for Phabricator Conduit application
GNU Lesser General Public License v3.0
21 stars 5 forks source link

Ensure UTF8 encoding on params before json_encode() #5

Open miguelsimoes opened 7 years ago

miguelsimoes commented 7 years ago

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