From 2f07d53d999169b7446669a51dfd6ce9b3c20435 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 27 Sep 2021 14:21:32 +0200 Subject: [PATCH] tempnam() issues E_NOTICE on temp dir fallback as of PHP 7.1.0 --- reference/filesystem/functions/tempnam.xml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index 1c50e14981..8882c27cd3 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -59,6 +59,29 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 7.1.0 + + tempnam now emits a notice when falling back to the + temp directory of the system. + + + + + + + &reftitle.examples;