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 9156755 commit d040a6fCopy full SHA for d040a6f
PhpManager/private/Get-PhpVersionFromApiVersion.ps1
@@ -17,12 +17,12 @@ function Get-PhpVersionFromApiVersion {
17
}
18
switch ($ApiVersion) {
19
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
20
- # https://github.com/php/php-src/blob/php-8.3.6/Zend/zend_modules.h#L34
+ # https://github.com/php/php-src/blob/php-8.3.7/Zend/zend_modules.h#L34
21
20230831 {
22
return '8.3'
23
24
# https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
25
- # https://github.com/php/php-src/blob/php-8.2.18/Zend/zend_modules.h#L34
+ # https://github.com/php/php-src/blob/php-8.2.19/Zend/zend_modules.h#L34
26
20220829 {
27
return '8.2'
28
0 commit comments