The App Engine Standard Environment imposes restrictions, as apps run there in a sandbox. By contrast, the flexible environment runs your application in Docker containers on Google Compute Engine virtual machines (VMs), which have fewer restrictions. For example, you can use any programming language of your choice, write to disk, use any library you'd like, and even run multiple processes. This should allow you to try running the yii2 framework in the flexible environment. You may read more in-detail information on choosing an environment in the "App Engine Flexible Environment for Users of App Engine Standard Environment" online document <https://cloud.google.com/appengine/docs/flexible/php/flexible-for-standard-users> .
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1cd9ccbc-3a1c-4675-85f6-f4bd687df5bf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
