Skip to content

Commit 57d1ecd

Browse files
authored
Remove sorting of php.ini files to support Python3
1 parent 55de100 commit 57d1ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/ng/files/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ section }} = {{ settings }}
66
{%- else %}
77
[{{ section }}]
8-
{%- for setting in settings|sort -%}
8+
{%- for setting in settings -%}
99
{%- for key, value in setting.items() %}
1010
{%- if value is number or value is string %}
1111
{{ key }} = {{ value }}

0 commit comments

Comments
 (0)