File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,23 +16,22 @@ function Get-PhpVersionFromApiVersion {
1616 return ' '
1717 }
1818 switch ($ApiVersion ) {
19- # https://github.com/php/php-src/blob/php-8.3.0alpha1/Zend/zend_modules.h#L34
20- # https://github.com/php/php-src/blob/php-8.3.0beta2/Zend/zend_modules.h#L34
21- 20220830 {
19+ # https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
20+ 20230831 {
2221 return ' 8.3'
2322 }
2423 # https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
25- # https://github.com/php/php-src/blob/php-8.2.9 /Zend/zend_modules.h#L34
24+ # https://github.com/php/php-src/blob/php-8.2.10 /Zend/zend_modules.h#L34
2625 20220829 {
2726 return ' 8.2'
2827 }
2928 # https://github.com/php/php-src/blob/php-8.1.0RC1/Zend/zend_modules.h#L34
30- # https://github.com/php/php-src/blob/php-8.1.21 /Zend/zend_modules.h#L34
29+ # https://github.com/php/php-src/blob/php-8.1.23 /Zend/zend_modules.h#L34
3130 20210902 {
3231 return ' 8.1'
3332 }
3433 # https://github.com/php/php-src/blob/php-8.0.0rc1/Zend/zend_modules.h#L34
35- # https://github.com/php/php-src/blob/php-8.0.29 /Zend/zend_modules.h#L34
34+ # https://github.com/php/php-src/blob/php-8.0.30 /Zend/zend_modules.h#L34
3635 20200930 {
3736 return ' 8.0'
3837 }
You can’t perform that action at this time.
0 commit comments