File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 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.4.0alpha1/Zend/zend_modules.h#L34
20+ # https://github.com/php/php-src/blob/php-8.4.0beta3/Zend/zend_modules.h#L34
2021 20230901 {
2122 return ' 8.4'
2223 }
2324 # https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
24- # https://github.com/php/php-src/blob/php-8.3.9 /Zend/zend_modules.h#L34
25+ # https://github.com/php/php-src/blob/php-8.3.10 /Zend/zend_modules.h#L34
2526 20230831 {
2627 return ' 8.3'
2728 }
2829 # https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
29- # https://github.com/php/php-src/blob/php-8.2.21 /Zend/zend_modules.h#L34
30+ # https://github.com/php/php-src/blob/php-8.2.22 /Zend/zend_modules.h#L34
3031 20220829 {
3132 return ' 8.2'
3233 }
You can’t perform that action at this time.
0 commit comments