Skip to content

Commit fd04afe

Browse files
committed
Recognize API version of PHP 8.4 rc
1 parent b35295b commit fd04afe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PhpManager/private/Get-PhpVersionFromApiVersion.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ function Get-PhpVersionFromApiVersion {
1616
return ''
1717
}
1818
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 {
19+
# https://github.com/php/php-src/blob/php-8.4.0RC1/Zend/zend_modules.h#L34
20+
# https://github.com/php/php-src/blob/php-8.4.0RC2/Zend/zend_modules.h#L34
21+
20240924 {
2222
return '8.4'
2323
}
2424
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34

0 commit comments

Comments
 (0)