From 158955eccb49ea79f4ff20ffb0432cf024291d07 Mon Sep 17 00:00:00 2001 From: lcatoire Date: Fri, 10 Jul 2026 16:21:00 +0200 Subject: [PATCH] feat(filesystem): documenter le support de flock() sur les zlib streams en PHP 8.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout d'un changelog 8.5.0 indiquant que flock() est désormais supporté sur les zlib streams (auparavant cela échouait toujours). Closes #845 --- reference/filesystem/functions/flock.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml index c157e6890ed2..2069e2e5be4b 100644 --- a/reference/filesystem/functions/flock.xml +++ b/reference/filesystem/functions/flock.xml @@ -91,6 +91,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + flock is now supported on zlib streams. + Previously, this always failed to perform any locking action. + + + + + + + &reftitle.examples;