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 b35295b commit fd04afeCopy full SHA for fd04afe
PhpManager/private/Get-PhpVersionFromApiVersion.ps1
@@ -16,9 +16,9 @@ function Get-PhpVersionFromApiVersion {
16
return ''
17
}
18
switch ($ApiVersion) {
19
- # https://github.com/php/php-src/blob/php-8.4.0alpha1/Zend/zend_modules.h#L34
20
- # https://github.com/php/php-src/blob/php-8.4.0beta3/Zend/zend_modules.h#L34
21
- 20230901 {
+ # https://github.com/php/php-src/blob/php-8.4.0RC1/Zend/zend_modules.h#L34
+ # https://github.com/php/php-src/blob/php-8.4.0RC2/Zend/zend_modules.h#L34
+ 20240924 {
22
return '8.4'
23
24
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
0 commit comments