added php.inii

parent 5dc41eb8
Showing with 7 additions and 7 deletions
runtime: php55 runtime: php72
api_version: 1
handlers: handlers:
# Serve images as static resources. # Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$ - url: /(.+\.(gif|png|jpg|css|js))$
static_files: \1 static_files: \1
upload: .+\.(gif|png|jpg)$ upload: .+\.(gif|png|jpg|css|js)$
application_readable: true
# Serve php scripts. # Serve php scripts.
- url: /.* - url: /.*
script: index.php script: auto
# Set bucket name # Set bucket name
env_variables: env_variables:
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"source": "https://github.com/bcit-ci/CodeIgniter" "source": "https://github.com/bcit-ci/CodeIgniter"
}, },
"require": { "require": {
"php": ">=5.3.7", "php": ">=7.2",
"google/cloud-storage": "^1.0" "google/cloud-storage": "^1.0"
}, },
"suggest": { "suggest": {
......
extensions=memcached.so
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment