Keith Palmer
Keith Palmer
We _should_ be able to replace this with `json_encode/decode`, and I do think that'd be a good thing. As a temporary work-around, you can make sure you validate any user-supplied...
@rickbeacham No one should be decoding JSON to XML. We don't support reports right now, but would like to in the future.
You should be able to implement this very easily actually. All of the actual DB stuff is pretty abstracted away from the actual SQL. Did you try attempting to write...
I don't think sessions aren't really going to be any sort of viable solution here -- the OAuth tokens have to be long-lived, and have to be able to be...
I would agree with that assessment, it'd be nice to have pluggable backends like this. Are you developing for QuickBooks ONLINE, or QuickBooks FOR WINDOWS? They have significantly different requirements...
Gotcha, that's a great use-case. I'll see if I can whip up an example too.
Is this causing an issue for you somewhere with the auto-loader, or?
OK awesome, def. agree this should be fixed. Do you have any example code I can use to duplicate this issue?
We are using this in production, for several thousand customers, with Composer, and MySQLi, in PHP 7.x. Works just fine. If you're having issues, please post the error messages you're...
Can you clarify what the boundary string is / how it was generated?