We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca0100 commit 341e324Copy full SHA for 341e324
PhpManager/private/Get-PhpVersionFromApiVersion.ps1
@@ -17,7 +17,7 @@ function Get-PhpVersionFromApiVersion {
17
}
18
switch ($ApiVersion) {
19
# https://github.com/php/php-src/blob/php-8.0.0rc1/Zend/zend_modules.h#L34
20
- # https://github.com/php/php-src/blob/php-8.0.0/Zend/zend_modules.h#L34
+ # https://github.com/php/php-src/blob/php-8.0.2/Zend/zend_modules.h#L34
21
20200930 {
22
return '8.0'
23
0 commit comments