Skip to content

Commit 033d103

Browse files
committed
[minor] Update ZEND_MODULE_API_NO comments
1 parent 7b77054 commit 033d103

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎PhpManager/private/Get-PhpVersionFromApiVersion.ps1‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ function Get-PhpVersionFromApiVersion {
1616
return ''
1717
}
1818
switch ($ApiVersion) {
19-
# https://github.com/php/php-src/blob/a7223e73a8ef0c95588a76830566f035f5fb75bf/Zend/zend_modules.h#L33 (8.6.0-dev)
19+
# https://github.com/php/php-src/blob/php-8.6.0alpha1/Zend/zend_modules.h#L33
20+
# https://github.com/php/php-src/blob/php-8.6.0beta1/Zend/zend_modules.h#L33
2021
20250926 {
2122
return '8.6'
2223
}

0 commit comments

Comments
 (0)