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,17 +17,17 @@ function Get-PhpVersionFromApiVersion {
1717 }
1818 switch ($ApiVersion ) {
1919 # 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
20+ # https://github.com/php/php-src/blob/php-8.5.7 /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.17 /Zend/zend_modules.h#L34
25+ # https://github.com/php/php-src/blob/php-8.4.22 /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.30 /Zend/zend_modules.h#L34
30+ # https://github.com/php/php-src/blob/php-8.3.31 /Zend/zend_modules.h#L34
3131 20230831 {
3232 return ' 8.3'
3333 }
You can’t perform that action at this time.
0 commit comments