transloadit / php-sdk

Transloadit's official PHP SDK

Home Page:https://transloadit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work for PHP 5.6.15?

sankalpsans opened this issue · comments

Hey guys, I've tried the API for uploading and processing videos, and have encountered that it works just fine with PHP 5.5.9, but not with PHP 5.6.15. The payload variables are also totally different in both the cases despite same PHP script being used in both environments.

PHP 5.5.9: (correct)
http://api2.transloadit.com/assemblies/4f4d38c016a311e6a9c1d1ab1c9ca004

PHP 5.6.15: (incorect)
http://api2.transloadit.com/assemblies/dfbee9d016a311e6b7d7e5e0f9f5a61f

Could you help me out here please?

Wow, sorry we must have not have our notifications configured correctly at the time. Were you able to resolve this back then? The Assemblies looked to have both completed successfully, what was the problem you wanted us to look at exactly?

Thanks for the response! This was a long time ago. We've since moved to PHP 7.4
As far as I can recall, there was a difference in the response JSON, which was unexpected for our downstream systems.