tempnam() issues E_NOTICE on temp dir fallback as of PHP 7.1.0

This commit is contained in:
Christoph M. Becker 2021-09-27 14:21:32 +02:00
parent 7404469919
commit 2f07d53d99
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -59,6 +59,29 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>7.1.0</entry>
<entry>
<function>tempnam</function> now emits a notice when falling back to the
temp directory of the system.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>