Sign inSign up

thebiftek/php

By thebiftek

•Updated over 9 years ago

Docker image with php 7.1 and common php extensions

Image
0

258

thebiftek/php repository overview

⁠PHP 7.1

⁠Example php.ini

[default]
display_errors = On
display_startup_errors = On
default_charset = "UTF-8"
html_errors = On

log_errors = On
error_log = /dev/stderr

chdir = /code/www/
php_admin_value[doc_root] = /code/www/
php_admin_value[open_basedir] = none
php_admin_value[upload_tmp_dir] = /code/temp
php_admin_value[user_dir] = /code
php_admin_value[upload_max_filesize] = 64M
php_admin_value[post_max_size] = 64M
php_value[include_path] = .
php_value[session.use_trans_sid] = off
php_admin_value[max_execution_time] = 900
php_admin_flag[short_open_tag] = On

Tag summary

Content type

Image

Digest

Size

188.4 MB

Last updated

over 9 years ago

docker pull thebiftek/php