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

{{ 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 }}

Loading…
Cancel
Save