Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed May 6, 2017
2 parents 16b0fba + 71c99d2 commit ef7f9a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1,918 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@ debug_mode: false
php_allow_url_fopen: "Off"
php_disable_functions: "exec,passthru,shell_exec,system,proc_open,popen"
php_display_errors: "Off"
php_error_reporting: "E_ALL & ~E_DEPRECATED & ~E_STRICT"
php_memory_limit: "1024M"
php_opcache_enable: 1
php_opcache_revalidate_freq: 0
php_post_max_size: "20M"
php_serialize_precision: 17
php_session_cookie_httponly: 1
php_session_use_strict_mode: 1
php_soap_wsdl_cache_dir: '/php/cache/wsdl'
php_timezone: "Asia/Taipei"
php_upload_max_filesize: "20M"
php_upload_tmp_dir: "/php/cache/upload_tmp"
Expand Down
Loading

0 comments on commit ef7f9a5

Please sign in to comment.