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 df04081 commit d1918e0Copy full SHA for d1918e0
PhpManager/private/Get-PhpVersionFromApiVersion.ps1
@@ -16,8 +16,9 @@ function Get-PhpVersionFromApiVersion {
16
return ''
17
}
18
switch ($ApiVersion) {
19
- #https://github.com/php/php-src/blob/php-8.5.0alpha1/Zend/zend_modules.h#L34
20
- 20240925 {
+ #https://github.com/php/php-src/blob/php-8.5.0RC1/Zend/zend_modules.h#L34
+ #https://github.com/php/php-src/blob/php-8.5.0RC2/Zend/zend_modules.h#L34
21
+ 20250925 {
22
return '8.5'
23
24
# https://github.com/php/php-src/blob/php-8.4.0RC1/Zend/zend_modules.h#L34
0 commit comments