Remove sorting of php.ini files to support Python3

This commit is contained in:
Jordi Boggiano 2018-05-07 09:06:42 +02:00 committed by GitHub
parent 55de1005c4
commit 57d1ecd7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
{{ section }} = {{ settings }} {{ section }} = {{ settings }}
{%- else %} {%- else %}
[{{ section }}] [{{ section }}]
{%- for setting in settings|sort -%} {%- for setting in settings -%}
{%- for key, value in setting.items() %} {%- for key, value in setting.items() %}
{%- if value is number or value is string %} {%- if value is number or value is string %}
{{ key }} = {{ value }} {{ key }} = {{ value }}