File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
$result = ' '
51
51
}
52
52
process {
53
- # https://github.com/php/web-pecl/blob/467593b248d4603a3dee2ecc3e61abfb7434d24d/include/pear-win-package .php
53
+ # https://github.com/php/web-pecl/blob/d46cbd98fc5ce90ec2a45bef5ee4f6c9db3898b7/src/PackageDll .php
54
54
$handleLC = $PackageHandle.ToLowerInvariant ();
55
55
$rxMatch = ' /php_' + [regex ]::Escape($PackageHandle )
56
56
$rxMatch += ' -' + [regex ]::Escape($PackageVersion )
60
60
$rxMatch += ' -' + [regex ]::Escape($PhpVersion.Architecture )
61
61
$rxMatch += ' \.zip$'
62
62
$urls = @ ()
63
- $urls += " https://windows .php.net/downloads /pecl/releases/$handleLC /$PackageVersion "
63
+ $urls += " https://downloads .php.net/~windows /pecl/releases/$handleLC /$PackageVersion / "
64
64
if ($MinimumStability -ne $Script :PEARSTATE_STABLE ) {
65
- $urls += " https://windows .php.net/downloads /pecl/snaps/$handleLC /$PackageVersion "
65
+ $urls += " https://downloads .php.net/~windows /pecl/snaps/$handleLC /$PackageVersion / "
66
66
}
67
67
foreach ($url in $urls ) {
68
68
try {
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ function Get-PhpVersionFromApiVersion {
17
17
}
18
18
switch ($ApiVersion ) {
19
19
# https://github.com/php/php-src/blob/php-8.3.0RC1/Zend/zend_modules.h#L34
20
- # https://github.com/php/php-src/blob/php-8.3.6 /Zend/zend_modules.h#L34
20
+ # https://github.com/php/php-src/blob/php-8.3.7 /Zend/zend_modules.h#L34
21
21
20230831 {
22
22
return ' 8.3'
23
23
}
24
24
# https://github.com/php/php-src/blob/php-8.2.0RC1/Zend/zend_modules.h#L34
25
- # https://github.com/php/php-src/blob/php-8.2.18 /Zend/zend_modules.h#L34
25
+ # https://github.com/php/php-src/blob/php-8.2.19 /Zend/zend_modules.h#L34
26
26
20220829 {
27
27
return ' 8.2'
28
28
}
You can’t perform that action at this time.
0 commit comments