Skip to content

Commit 341e324

Browse files
committed
[minor] Check ZEND_MODULE_API_NO for PHP 8.0.2
1 parent aca0100 commit 341e324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpManager/private/Get-PhpVersionFromApiVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
# https://github.com/php/php-src/blob/php-8.0.2/Zend/zend_modules.h#L34
2121
20200930 {
2222
return '8.0'
2323
}

0 commit comments

Comments
 (0)