There was an error while loading. Please reload this page.
1 parent 7b77054 commit 033d103Copy full SHA for 033d103
1 file changed
PhpManager/private/Get-PhpVersionFromApiVersion.ps1
@@ -16,7 +16,8 @@ function Get-PhpVersionFromApiVersion {
16
return ''
17
}
18
switch ($ApiVersion) {
19
- # https://github.com/php/php-src/blob/a7223e73a8ef0c95588a76830566f035f5fb75bf/Zend/zend_modules.h#L33 (8.6.0-dev)
+ # https://github.com/php/php-src/blob/php-8.6.0alpha1/Zend/zend_modules.h#L33
20
+ # https://github.com/php/php-src/blob/php-8.6.0beta1/Zend/zend_modules.h#L33
21
20250926 {
22
return '8.6'
23
0 commit comments