Skip to content

Commit d00d711

Browse files
committed
[minor] Update ZEND_MODULE_API_NO comments
1 parent 805932c commit d00d711

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PhpManager/private/Get-PhpVersionFromApiVersion.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ function Get-PhpVersionFromApiVersion {
1717
}
1818
switch ($ApiVersion) {
1919
# https://github.com/php/php-src/blob/php-8.5.0RC1/Zend/zend_modules.h#L34
20-
# https://github.com/php/php-src/blob/php-8.5.2/Zend/zend_modules.h#L34
20+
# https://github.com/php/php-src/blob/php-8.5.7/Zend/zend_modules.h#L34
2121
20250925 {
2222
return '8.5'
2323
}
2424
# https://github.com/php/php-src/blob/php-8.4.0RC1/Zend/zend_modules.h#L34
25-
# https://github.com/php/php-src/blob/php-8.4.17/Zend/zend_modules.h#L34
25+
# https://github.com/php/php-src/blob/php-8.4.22/Zend/zend_modules.h#L34
2626
20240924 {
2727
return '8.4'
2828
}
2929
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
30-
# https://github.com/php/php-src/blob/php-8.3.30/Zend/zend_modules.h#L34
30+
# https://github.com/php/php-src/blob/php-8.3.31/Zend/zend_modules.h#L34
3131
20230831 {
3232
return '8.3'
3333
}

0 commit comments

Comments
 (0)