Skip to content

Commit 8a47411

Browse files
committed
[minor] Update ZEND_MODULE_API_NO comments
1 parent e19e8ed commit 8a47411

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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.4.0alpha1/Zend/zend_modules.h#L34
20+
# https://github.com/php/php-src/blob/php-8.4.0beta3/Zend/zend_modules.h#L34
2021
20230901 {
2122
return '8.4'
2223
}
2324
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
24-
# https://github.com/php/php-src/blob/php-8.3.9/Zend/zend_modules.h#L34
25+
# https://github.com/php/php-src/blob/php-8.3.10/Zend/zend_modules.h#L34
2526
20230831 {
2627
return '8.3'
2728
}
2829
# https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
29-
# https://github.com/php/php-src/blob/php-8.2.21/Zend/zend_modules.h#L34
30+
# https://github.com/php/php-src/blob/php-8.2.22/Zend/zend_modules.h#L34
3031
20220829 {
3132
return '8.2'
3233
}

0 commit comments

Comments
 (0)