mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix MSVCRT version information
Only master needs CRT 16, as correctly pointed out in user note 124611. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348910 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0272dc9ba7
commit
9581609f43
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@
|
|||
|
||||
<para>
|
||||
PHP 7.0 and 7.1 require VC CRT 14 (Visual Studio 2015).
|
||||
PHP 7.2 and 7.3 require VC CRT 15 (Visual Studio 2017).
|
||||
PHP 7.4+ requires VC CRT 16 (Visual Studio 2019).
|
||||
PHP 7.2, 7.3 and 7.4 require VC CRT 15 (Visual Studio 2017).
|
||||
The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable
|
||||
for all these PHP versions, see
|
||||
<link xlink:href="https://visualstudio.microsoft.com/downloads/">https://visualstudio.microsoft.com/downloads/</link>.
|
||||
|
|
Loading…
Reference in a new issue