Author: Derick Rethans (derickr) Date: 2025-04-25T14:15:25+01:00 Commit: https://github.com/php/web-php/commit/62386a7fffbe7d5e31f0d0878788a1b28599bf62 Raw diff: https://github.com/php/web-php/commit/62386a7fffbe7d5e31f0d0878788a1b28599bf62.diff
Tweak text and add links Changed paths: M release-candidates.php Diff: diff --git a/release-candidates.php b/release-candidates.php index 3985861f77..5562eb86f1 100644 --- a/release-candidates.php +++ b/release-candidates.php @@ -32,16 +32,31 @@ The downloads on this page are not meant to be run in production. They are for testing only. </div> + <div class="body"> If you find a problem when running your library or application with these - builds, please file a report on <a - href="https://github.com/php/php-src/issues/">GitHub Issues</a>. + builds, please file a report on + <a href="https://github.com/php/php-src/issues/">GitHub Issues</a>. </div> + <br/> + QA Releases API <div class="body"> - <p>The QA API is simple, and is based on the query string. Pass in <code>only=dev-versions</code> (the only type currently), along with the desired format (<code>serialize</code> or <code>json</code>).</p> + <p> + The QA API is based on the query string. + </p> + <p> + Pass in the <code>format</code> parameter, with <code>serialize</code> or + <code>json</code> as value to obtain all information: + </p> + <ul> + <li><a href="https://php.net/release-candidates.php?format=json">/release-candidates.php?format=json</a></li> + <li><a href="https://php.net/release-candidates.php?format=serialize">/release-candidates.php?format=serialize</a></li> + </ul> + <p> + To only tried dev version numbers, add <code>only=dev_versions</code>: + </p> <ul> - <li>All information, serialized: https://php.net/release-candidates.php?format=serialize</li> - <li>Only dev version numbers, json: https://php.net/release-candidates.php?format=json&only=dev_versions</li> + <li><a href="https://php.net/release-candidates.php?format=json&only=dev_versions">/release-candidates.php?format=json&only=dev_versions</a></li> </ul> </div> </div>