Commit:    e2a97934562066b18422a5a60daee8faeb923b79
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Wed, 8 May 2019 
19:30:45 +0200
Parents:   ff4e163e10e2e8cda8ac95c5f51698d78f1e0ed2
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=e2a97934562066b18422a5a60daee8faeb923b79

Log:
Document {TMP} placeholder

Cf. 
<http://git.php.net/?p=php-src.git;a=commit;h=3d0a0f801b6eb0ec7d4fdee119b339d2dab9771f>.

Changed paths:
  M  phpt_details.php


Diff:
diff --git a/phpt_details.php b/phpt_details.php
index dd6d6c1..d4e8b00 100644
--- a/phpt_details.php
+++ b/phpt_details.php
@@ -387,6 +387,7 @@ Key value pairs including automatically replaced tags. One 
setting per line. Con
 <p>The following is a list of all tags and what they are used to represent:</p>
 <ul>
 <li>{PWD}: Represents the directory of the file containing the --INI-- 
section.</li>
+<li>{TMP}: Represents the system's temporary directory. Available as of PHP 
7.2.19 and 7.3.6.</li>
 </ul>
 <p><b>Example 1 (snippet):</b><br/>
 <pre>--INI--

Reply via email to