You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok. I found out that it fails at big files through multipart because of PHP max command length is 8192 at Win and 4096 at Linux. https://github.com/php/php-src/blob/master/ext/standard/exec.c#L57
So escapeshellarg first of all checks is command it needs to escape longer than max one.
Need add trimming.
As an idea - trim to 4000 symbols or trim platformbase
No description provided.
The text was updated successfully, but these errors were encountered: