mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-14 10:25:24 +01:00
Remove settings which are absent in php 7.0+
https://www.php.net/manual/en/ini.core.php#ini.asp-tags https://www.php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data https://www.php.net/manual/en/session.configuration.php#ini.session.bug-compat-42 https://www.php.net/manual/en/session.configuration.php#ini.session.bug-compat-warn
This commit is contained in:
parent
903e595c4b
commit
77cd68003a
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
engine = On
|
engine = On
|
||||||
short_open_tag = {{ php_short_open_tag }}
|
short_open_tag = {{ php_short_open_tag }}
|
||||||
asp_tags = Off
|
|
||||||
precision = 14
|
precision = 14
|
||||||
output_buffering = {{ php_output_buffering }}
|
output_buffering = {{ php_output_buffering }}
|
||||||
|
|
||||||
@ -64,7 +63,6 @@ auto_prepend_file =
|
|||||||
auto_append_file =
|
auto_append_file =
|
||||||
|
|
||||||
default_mimetype = "text/html"
|
default_mimetype = "text/html"
|
||||||
always_populate_raw_post_data = -1
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; Paths and Directories ;
|
; Paths and Directories ;
|
||||||
@ -189,8 +187,6 @@ session.gc_probability = {{ php_session_gc_probability }}
|
|||||||
session.gc_divisor = {{ php_session_gc_divisor }}
|
session.gc_divisor = {{ php_session_gc_divisor }}
|
||||||
session.gc_maxlifetime = {{ php_session_gc_maxlifetime }}
|
session.gc_maxlifetime = {{ php_session_gc_maxlifetime }}
|
||||||
|
|
||||||
session.bug_compat_42 = Off
|
|
||||||
session.bug_compat_warn = Off
|
|
||||||
session.referer_check =
|
session.referer_check =
|
||||||
|
|
||||||
session.cache_limiter = nocache
|
session.cache_limiter = nocache
|
||||||
|
Loading…
Reference in New Issue
Block a user