Skip to content

Commit aca0100

Browse files
committed
[minor] Check ZEND_MODULE_API_NO for PHP 8.0.0
1 parent 1afe681 commit aca0100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhpManager/private/Get-PhpVersionFromApiVersion.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function Get-PhpVersionFromApiVersion {
1717
}
1818
switch ($ApiVersion) {
1919
# https://github.com/php/php-src/blob/php-8.0.0rc1/Zend/zend_modules.h#L34
20+
# https://github.com/php/php-src/blob/php-8.0.0/Zend/zend_modules.h#L34
2021
20200930 {
2122
return '8.0'
2223
}

0 commit comments

Comments
 (0)