Skip to content

Commit d040a6f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PhpManager/private/Get-PhpVersionFromApiVersion.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ 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
20+
# https://github.com/php/php-src/blob/php-8.3.7/Zend/zend_modules.h#L34
2121
20230831 {
2222
return '8.3'
2323
}
2424
# https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
25-
# https://github.com/php/php-src/blob/php-8.2.18/Zend/zend_modules.h#L34
25+
# https://github.com/php/php-src/blob/php-8.2.19/Zend/zend_modules.h#L34
2626
20220829 {
2727
return '8.2'
2828
}

0 commit comments

Comments
 (0)