From bf9689e0842b38c61da18e26e887eed4d353f43b Mon Sep 17 00:00:00 2001 From: Ram kumar Date: Thu, 29 Dec 2016 10:56:06 +0530 Subject: [PATCH] update runtime error on AppEngine Regarding for this issue. https://github.com/boombatower/drupal-appengine/issues/4 --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 7b3c8b675..a10acad24 100644 --- a/app.yaml +++ b/app.yaml @@ -2,7 +2,7 @@ application: drupal version: 1 -runtime: php +runtime: php55 api_version: 1 threadsafe: true