Skip to content

Commit 62386a7

Browse files
committed
Tweak text and add links
1 parent 3a48908 commit 62386a7

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

release-candidates.php

+20-5
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,31 @@
3232
The downloads on this page are not meant to be run in production. They are
3333
for testing only.
3434
</div>
35+
3536
<div class="body">
3637
If you find a problem when running your library or application with these
37-
builds, please file a report on <a
38-
href="https://github.com/php/php-src/issues/">GitHub Issues</a>.
38+
builds, please file a report on
39+
<a href="https://github.com/php/php-src/issues/">GitHub Issues</a>.
3940
</div>
41+
<br/>
42+
QA Releases API
4043
<div class="body">
41-
<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>
44+
<p>
45+
The QA API is based on the query string.
46+
</p>
47+
<p>
48+
Pass in the <code>format</code> parameter, with <code>serialize</code> or
49+
<code>json</code> as value to obtain all information:
50+
</p>
51+
<ul>
52+
<li><a href="https://php.net/release-candidates.php?format=json">/release-candidates.php?format=json</a></li>
53+
<li><a href="https://php.net/release-candidates.php?format=serialize">/release-candidates.php?format=serialize</a></li>
54+
</ul>
55+
<p>
56+
To only tried dev version numbers, add <code>only=dev_versions</code>:
57+
</p>
4258
<ul>
43-
<li>All information, serialized: https://php.net/release-candidates.php?format=serialize</li>
44-
<li>Only dev version numbers, json: https://php.net/release-candidates.php?format=json&only=dev_versions</li>
59+
<li><a href="https://php.net/release-candidates.php?format=json&only=dev_versions">/release-candidates.php?format=json&only=dev_versions</a></li>
4560
</ul>
4661
</div>
4762
</div>

0 commit comments

Comments
 (0)