Skip to content

Commit

Permalink
Recognize API version of PHP 8.4 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Dec 27, 2024
1 parent 8c0deb5 commit 344c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpManager/private/Get-PhpVersionFromApiVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Get-PhpVersionFromApiVersion {
}
switch ($ApiVersion) {
# 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
# https://github.com/php/php-src/blob/php-8.4.2/Zend/zend_modules.h#L34
20240924 {
return '8.4'
}
Expand Down

0 comments on commit 344c408

Please sign in to comment.