Skip to content

Commit

Permalink
Merge pull request #122 from mlocati/php-8.4rc
Browse files Browse the repository at this point in the history
Recognize API version of PHP 8.4 rc
  • Loading branch information
mlocati authored Oct 30, 2024
2 parents b35295b + fd04afe commit 8c0deb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PhpManager/private/Get-PhpVersionFromApiVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function Get-PhpVersionFromApiVersion {
return ''
}
switch ($ApiVersion) {
# https://github.com/php/php-src/blob/php-8.4.0alpha1/Zend/zend_modules.h#L34
# https://github.com/php/php-src/blob/php-8.4.0beta3/Zend/zend_modules.h#L34
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 {
return '8.4'
}
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
Expand Down

0 comments on commit 8c0deb5

Please sign in to comment.