-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP shared hosting #45
Comments
On good hosts (e.g. *nix) you can use one of those: http://stackoverflow.com/questions/732832/php-exec-vs-system-vs-passthru |
And for example, if exec() is available how can I use it after uploading to my server? Sorry for noob question ;) |
This is the wrong place to ask. |
At the current speed, I would compress anything larger than a thumbnail offline. |
Well there are a lot of ways to run PHP in the background/queued (and possibly within the same framework of code as your web application) to encode with mozjpg or guetzli |
Is there any way to use that in PHP project on shared hosting (Apache)?
The text was updated successfully, but these errors were encountered: