I'm trying to deploy my Laravel 5.2 app on GAE Flexible environment. I'm getting the following error there.
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/php56/lib/php/extensions/no-debug-non-zts-20131226/memcached.so' - /opt/php56/lib/php/extensions/no-debug-non-zts-20131226/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
AFAIK, it is using gcr.io/google_appengine/php:latest
docker image. How can I fix this?