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 d00d711 commit 7b77054Copy full SHA for 7b77054
1 file changed
PhpManager/private/Get-PhpVersionFromApiVersion.ps1
@@ -16,6 +16,10 @@ 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)
20
+ 20250926 {
21
+ return '8.6'
22
+ }
23
# https://github.com/php/php-src/blob/php-8.5.0RC1/Zend/zend_modules.h#L34
24
# https://github.com/php/php-src/blob/php-8.5.7/Zend/zend_modules.h#L34
25
20250925 {
0 commit comments