Commit:    610d77d5994a69c6d7dae37347a24c4c28418c54
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Tue, 2 Oct 2018 
11:43:17 +0200
Parents:   9da9fe3a7c5335343a23db406ed223c2b8cf5fa4
Branches:  master

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

Log:
--CGI-- is available with run-tests.php as of PHP 7.3.0

Cf. <http://bugs.php.net/62055>.

Changed paths:
  M  phpt_details.php


Diff:
diff --git a/phpt_details.php b/phpt_details.php
index c5f3316..32c26f2 100644
--- a/phpt_details.php
+++ b/phpt_details.php
@@ -594,11 +594,11 @@ END;</pre></p>
 <p><b>Description:</b><br/>
 This section takes no value.  It merely provides a simple marker for tests that
 MUST be run as CGI, even if there is no --POST-- or --GET-- sections in the 
test
-file. Currently only available with server-tests.php.</p>
+file.</p>
 <p><b>Required:</b><br/>
 No.</p>
 <p><b>Test Script Support:</b><br/>
-server-tests.php</p>
+run-tests.php (as of PHP 7.3.0), server-tests.php</p>
 <p><b>Format:</b><br/>
 No value, just the --CGI-- statement.</p>
 <p><b>Example 1 (snippet):</b><br/>

Reply via email to