Explorar el Código
Merge pull request #150 from Seldaek/patch-1
Remove sorting of php.ini files to support Python3
tags/v0.34.0
Niels Abspoel
hace 6 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
php/ng/files/php.ini
|
|
@@ -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 }} |