Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 4664be6

Browse files
author
Jamie Snape
committed
Update settings for latest version of App Engine
1 parent 27ff28b commit 4664be6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
application: your-appengine-project-id
2222
version: 1
23-
runtime: php
23+
runtime: php55
2424
api_version: 1
2525
threadsafe: yes
2626

php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
extension = "imagick.so"
12
google_app_engine.allow_include_gs_buckets = "your-cloudstorage-bucket"
23
google_app_engine.enable_functions = "php_sapi_name, phpversion"
34
session.cookie_httponly = On

0 commit comments

Comments
 (0)