Skip to content

Commit 9156755

Browse files
committed
[minor] Update ZEND_MODULE_API_NO comments
1 parent c233efe commit 9156755

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

PhpManager/private/Get-PhpVersionFromApiVersion.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ function Get-PhpVersionFromApiVersion {
1717
}
1818
switch ($ApiVersion) {
1919
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
20+
# https://github.com/php/php-src/blob/php-8.3.6/Zend/zend_modules.h#L34
2021
20230831 {
2122
return '8.3'
2223
}
2324
# https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
24-
# https://github.com/php/php-src/blob/php-8.2.10/Zend/zend_modules.h#L34
25+
# https://github.com/php/php-src/blob/php-8.2.18/Zend/zend_modules.h#L34
2526
20220829 {
2627
return '8.2'
2728
}
2829
# https://github.com/php/php-src/blob/php-8.1.0RC1/Zend/zend_modules.h#L34
29-
# https://github.com/php/php-src/blob/php-8.1.23/Zend/zend_modules.h#L34
30+
# https://github.com/php/php-src/blob/php-8.1.28/Zend/zend_modules.h#L34
3031
20210902 {
3132
return '8.1'
3233
}

0 commit comments

Comments
 (0)