File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,16 +17,17 @@ 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
2021 20230831 {
2122 return ' 8.3'
2223 }
2324 # https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
24- # https://github.com/php/php-src/blob/php-8.2.10 /Zend/zend_modules.h#L34
25+ # https://github.com/php/php-src/blob/php-8.2.18 /Zend/zend_modules.h#L34
2526 20220829 {
2627 return ' 8.2'
2728 }
2829 # https://github.com/php/php-src/blob/php-8.1.0RC1/Zend/zend_modules.h#L34
29- # https://github.com/php/php-src/blob/php-8.1.23 /Zend/zend_modules.h#L34
30+ # https://github.com/php/php-src/blob/php-8.1.28 /Zend/zend_modules.h#L34
3031 20210902 {
3132 return ' 8.1'
3233 }
You can’t perform that action at this time.
0 commit comments