File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,28 +16,28 @@ function Get-PhpVersionFromApiVersion {
1616 return ' '
1717 }
1818 switch ($ApiVersion ) {
19- # https://github.com/php/php-src/blob/php-8.5.0RC1/Zend/zend_modules.h#L34
20- # https://github.com/php/php-src/blob/php-8.5.0RC2 /Zend/zend_modules.h#L34
19+ # https://github.com/php/php-src/blob/php-8.5.0RC1/Zend/zend_modules.h#L34
20+ # https://github.com/php/php-src/blob/php-8.5.2 /Zend/zend_modules.h#L34
2121 20250925 {
2222 return ' 8.5'
2323 }
2424 # https://github.com/php/php-src/blob/php-8.4.0RC1/Zend/zend_modules.h#L34
25- # https://github.com/php/php-src/blob/php-8.4.10 /Zend/zend_modules.h#L34
25+ # https://github.com/php/php-src/blob/php-8.4.17 /Zend/zend_modules.h#L34
2626 20240924 {
2727 return ' 8.4'
2828 }
2929 # https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
30- # https://github.com/php/php-src/blob/php-8.3.23 /Zend/zend_modules.h#L34
30+ # https://github.com/php/php-src/blob/php-8.3.30 /Zend/zend_modules.h#L34
3131 20230831 {
3232 return ' 8.3'
3333 }
3434 # https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
35- # https://github.com/php/php-src/blob/php-8.2.29 /Zend/zend_modules.h#L34
35+ # https://github.com/php/php-src/blob/php-8.2.30 /Zend/zend_modules.h#L34
3636 20220829 {
3737 return ' 8.2'
3838 }
3939 # https://github.com/php/php-src/blob/php-8.1.0RC1/Zend/zend_modules.h#L34
40- # https://github.com/php/php-src/blob/php-8.1.33 /Zend/zend_modules.h#L34
40+ # https://github.com/php/php-src/blob/php-8.1.34 /Zend/zend_modules.h#L34
4141 20210902 {
4242 return ' 8.1'
4343 }
You can’t perform that action at this time.
0 commit comments