We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0deb5 commit 344c408Copy full SHA for 344c408
PhpManager/private/Get-PhpVersionFromApiVersion.ps1
@@ -17,7 +17,7 @@ function Get-PhpVersionFromApiVersion {
17
}
18
switch ($ApiVersion) {
19
# 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.0RC2/Zend/zend_modules.h#L34
+ # https://github.com/php/php-src/blob/php-8.4.2/Zend/zend_modules.h#L34
21
20240924 {
22
return '8.4'
23
0 commit comments