Sfoglia il codice sorgente

Remove sorting of php.ini files to support Python3

tags/v0.34.0
Jordi Boggiano 6 anni fa
parent
commit
57d1ecd7cc
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      php/ng/files/php.ini

+ 1
- 1
php/ng/files/php.ini Vedi 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…
Annulla
Salva