Author: Jefersson Nathan (malukenho) Committer: GitHub (web-flow) Pusher: sy-records Date: 2025-03-20T18:26:52+08:00
Commit: https://github.com/php/web-qa/commit/807398148075ed268a888361c424cdb51d86bd34 Raw diff: https://github.com/php/web-qa/commit/807398148075ed268a888361c424cdb51d86bd34.diff use <abbr> tag for abbreviations (#44) A small semantic improvement. Signed-off-by: Jefersson Nathan <malukenho....@gmail.com> Changed paths: M build.php Diff: diff --git a/build.php b/build.php index 969073c..711bc91 100644 --- a/build.php +++ b/build.php @@ -30,11 +30,11 @@ ?> <h2>Abbreviations</h2> -<p><b>NTS</b> - Non-Thread Safe build, use for CLI or IIS (PHP on Windows uses 2 types of builds, TS and NTS)</p> -<p><b>TS</b> - Thread Safe build, use for CLI or Apache mod_php on Windows</p> -<p><b>VC11</b> - Build compiled using VC11 (Visual Studio 2012)</p> -<p><b>VC9</b> - Build compiled using VC9 (Visual Studio 2008)</p> -<p><b>GCC</b> - Build compiled using GCC</p> +<p><abbr>NTS</abbr> - Non-Thread Safe build, use for CLI or IIS (PHP on Windows uses 2 types of builds, TS and NTS)</p> +<p><abbr>TS</abbr> - Thread Safe build, use for CLI or Apache mod_php on Windows</p> +<p><abbr>VC11</abbr> - Build compiled using VC11 (Visual Studio 2012)</p> +<p><abbr>VC9</abbr> - Build compiled using VC9 (Visual Studio 2008)</p> +<p><abbr>GCC</abbr> - Build compiled using GCC</p> <br/> <h2>Common Scenario Sets</h2> <p><b>Local-FileSystem_MySQL_Apache-ModPHP-ApacheLounge-2.4.4-VC9-OpenSS</b> - Tests run on local file system, using Apache with MySQL</p>