Browse Source

Remove sorting of php.ini files to support Python3

tags/v0.34.0
Jordi Boggiano 6 years ago
parent
commit
57d1ecd7cc
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php/ng/files/php.ini

+ 1
- 1
php/ng/files/php.ini View File

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

Loading…
Cancel
Save