Skip to content

Commit 344c408

Browse files
committed
Recognize API version of PHP 8.4 GA
1 parent 8c0deb5 commit 344c408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpManager/private/Get-PhpVersionFromApiVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Get-PhpVersionFromApiVersion {
1717
}
1818
switch ($ApiVersion) {
1919
# 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
20+
# https://github.com/php/php-src/blob/php-8.4.2/Zend/zend_modules.h#L34
2121
20240924 {
2222
return '8.4'
2323
}

0 commit comments

Comments
 (0)