diff --git a/nixos/doc/manual/release-notes/rl-1609.xml b/nixos/doc/manual/release-notes/rl-1609.xml
index 70759ee25f86..8bae29d60f02 100644
--- a/nixos/doc/manual/release-notes/rl-1609.xml
+++ b/nixos/doc/manual/release-notes/rl-1609.xml
@@ -90,6 +90,13 @@ following incompatible changes:
Use security.audit.enable = true; to explicitly enable it.
+
+ 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.
+
+
+