File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 $result = ' '
5151 }
5252 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
5454 $handleLC = $PackageHandle.ToLowerInvariant ();
5555 $rxMatch = ' /php_' + [regex ]::Escape($PackageHandle )
5656 $rxMatch += ' -' + [regex ]::Escape($PackageVersion )
6060 $rxMatch += ' -' + [regex ]::Escape($PhpVersion.Architecture )
6161 $rxMatch += ' \.zip$'
6262 $urls = @ ()
63- $urls += " https://windows .php.net/downloads /pecl/releases/$handleLC /$PackageVersion "
63+ $urls += " https://downloads .php.net/~windows /pecl/releases/$handleLC /$PackageVersion / "
6464 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 / "
6666 }
6767 foreach ($url in $urls ) {
6868 try {
You can’t perform that action at this time.
0 commit comments