Skip to content

Commit

Permalink
[minor] Update ZEND_MODULE_API_NO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Apr 15, 2024
1 parent c233efe commit 9156755
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PhpManager/private/Get-PhpVersionFromApiVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ function Get-PhpVersionFromApiVersion {
}
switch ($ApiVersion) {
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
# https://github.com/php/php-src/blob/php-8.3.6/Zend/zend_modules.h#L34
20230831 {
return '8.3'
}
# https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
# https://github.com/php/php-src/blob/php-8.2.10/Zend/zend_modules.h#L34
# https://github.com/php/php-src/blob/php-8.2.18/Zend/zend_modules.h#L34
20220829 {
return '8.2'
}
# https://github.com/php/php-src/blob/php-8.1.0RC1/Zend/zend_modules.h#L34
# https://github.com/php/php-src/blob/php-8.1.23/Zend/zend_modules.h#L34
# https://github.com/php/php-src/blob/php-8.1.28/Zend/zend_modules.h#L34
20210902 {
return '8.1'
}
Expand Down

0 comments on commit 9156755

Please sign in to comment.