Commit:    ff4e163e10e2e8cda8ac95c5f51698d78f1e0ed2
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Wed, 8 May 2019 
18:22:23 +0200
Parents:   76237e5a5cbd6a5b15e3f35458024b8fead6dd70
Branches:  master

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

Log:
Document {PWD} placeholder of INI sections

Changed paths:
  M  phpt_details.php


Diff:
diff --git a/phpt_details.php b/phpt_details.php
index 0af6d64..dd6d6c1 100644
--- a/phpt_details.php
+++ b/phpt_details.php
@@ -383,7 +383,11 @@ To be used if you need a specific php.ini setting for the 
test.</p>
 <p><b>Required:</b><br/>
 No.</p>
 <p><b>Format:</b><br/>
-Key value pairs. One setting per line. Content that is not a valid ini setting 
may cause failures.</p>
+Key value pairs including automatically replaced tags. One setting per line. 
Content that is not a valid ini setting may cause failures.</p>
+<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>
+</ul>
 <p><b>Example 1 (snippet):</b><br/>
 <pre>--INI--
 precision=14</pre></p>

Reply via email to