lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+7 -8
-8
nixos/doc/manual/release-notes/rl-1609.xml
··· 164 164 PHP has been upgraded to 7.0 165 165 </para> 166 166 </listitem> 167 - 168 - <listitem> 169 - <para>PHP now scans for extra configuration .ini files in /etc/php.d 170 - instead of /etc. This prevents accidentally loading non-PHP .ini files 171 - that may be in /etc. 172 - </para> 173 - </listitem> 174 - 175 167 </itemizedlist> 176 168 177 169
+7
nixos/doc/manual/release-notes/rl-1703.xml
··· 61 61 <literal>strippedName</literal>. 62 62 </para> 63 63 </listitem> 64 + 65 + <listitem> 66 + <para>PHP now scans for extra configuration .ini files in /etc/php.d 67 + instead of /etc. This prevents accidentally loading non-PHP .ini files 68 + that may be in /etc. 69 + </para> 70 + </listitem> 64 71 </itemizedlist> 65 72 66 73