nixos/release-notes: move "PHP config-file-scan-dir" from 16.09 to 17.03
Commits 351d12437 ("nixos/release-notes: PHP config-file-scan-dir /etc -> /etc/php.d") 41c8aa8d6 ("php: change config-file-scan-dir from /etc to /etc/php.d") were merged to master _after_ NixOS 16.09. Commit 351d12437 then wrongly updated the NixSO 16.09 release notes. Fix by moving the entry to NixOS 17.03.
This commit is contained in:
parent
634a098940
commit
8cbdd9d0c2
@ -164,14 +164,6 @@ following incompatible changes:</para>
|
|||||||
PHP has been upgraded to 7.0
|
PHP has been upgraded to 7.0
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>PHP now scans for extra configuration .ini files in /etc/php.d
|
|
||||||
instead of /etc. This prevents accidentally loading non-PHP .ini files
|
|
||||||
that may be in /etc.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,6 +61,13 @@ following incompatible changes:</para>
|
|||||||
<literal>strippedName</literal>.
|
<literal>strippedName</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>PHP now scans for extra configuration .ini files in /etc/php.d
|
||||||
|
instead of /etc. This prevents accidentally loading non-PHP .ini files
|
||||||
|
that may be in /etc.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user