File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,27 @@ function Get-PhpVersionFromApiVersion {
1616 return ' '
1717 }
1818 switch ($ApiVersion ) {
19+ # https://github.com/php/php-src/blob/php-8.5.0alpha1/Zend/zend_modules.h#L34
20+ 20240925 {
21+ return ' 8.5'
22+ }
1923 # https://github.com/php/php-src/blob/php-8.4.0RC1/Zend/zend_modules.h#L34
20- # https://github.com/php/php-src/blob/php-8.4.2 /Zend/zend_modules.h#L34
24+ # https://github.com/php/php-src/blob/php-8.4.10 /Zend/zend_modules.h#L34
2125 20240924 {
2226 return ' 8.4'
2327 }
2428 # https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
25- # https://github.com/php/php-src/blob/php-8.3.10 /Zend/zend_modules.h#L34
29+ # https://github.com/php/php-src/blob/php-8.3.23 /Zend/zend_modules.h#L34
2630 20230831 {
2731 return ' 8.3'
2832 }
2933 # https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
30- # https://github.com/php/php-src/blob/php-8.2.22 /Zend/zend_modules.h#L34
34+ # https://github.com/php/php-src/blob/php-8.2.29 /Zend/zend_modules.h#L34
3135 20220829 {
3236 return ' 8.2'
3337 }
3438 # https://github.com/php/php-src/blob/php-8.1.0RC1/Zend/zend_modules.h#L34
35- # https://github.com/php/php-src/blob/php-8.1.29 /Zend/zend_modules.h#L34
39+ # https://github.com/php/php-src/blob/php-8.1.33 /Zend/zend_modules.h#L34
3640 20210902 {
3741 return ' 8.1'
3842 }
You can’t perform that action at this time.
0 commit comments