mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-02-13 00:41:28 +01:00
Merge pull request #266 from guessit-dev/patch-1
Remove settings which are absent in php 7.0+
This commit is contained in:
commit
458b04c0a9
@ -6,7 +6,6 @@
|
||||
|
||||
engine = On
|
||||
short_open_tag = {{ php_short_open_tag }}
|
||||
asp_tags = Off
|
||||
precision = 14
|
||||
output_buffering = {{ php_output_buffering }}
|
||||
|
||||
@ -64,7 +63,6 @@ auto_prepend_file =
|
||||
auto_append_file =
|
||||
|
||||
default_mimetype = "text/html"
|
||||
always_populate_raw_post_data = -1
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Paths and Directories ;
|
||||
@ -189,8 +187,6 @@ session.gc_probability = {{ php_session_gc_probability }}
|
||||
session.gc_divisor = {{ php_session_gc_divisor }}
|
||||
session.gc_maxlifetime = {{ php_session_gc_maxlifetime }}
|
||||
|
||||
session.bug_compat_42 = Off
|
||||
session.bug_compat_warn = Off
|
||||
session.referer_check =
|
||||
|
||||
session.cache_limiter = nocache
|
||||
|
Loading…
Reference in New Issue
Block a user