Skip to content

Commit 4a0a9ed

Browse files
committed
Switch from windows.php.net to downloads.php.net/~windows
1 parent 0f469e7 commit 4a0a9ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PhpManager/private/Constants.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
New-Variable -Option Constant -Scope Script -Name 'URL_LIST_QA' -Value 'https://windows.php.net/downloads/qa/'
2-
New-Variable -Option Constant -Scope Script -Name 'URL_LIST_RELEASE' -Value 'https://windows.php.net/downloads/releases/'
3-
New-Variable -Option Constant -Scope Script -Name 'URL_LIST_ARCHIVE' -Value 'https://windows.php.net/downloads/releases/archives/'
1+
New-Variable -Option Constant -Scope Script -Name 'URL_LIST_QA' -Value 'https://downloads.php.net/~windows/qa/'
2+
New-Variable -Option Constant -Scope Script -Name 'URL_LIST_RELEASE' -Value 'https://downloads.php.net/~windows/releases/'
3+
New-Variable -Option Constant -Scope Script -Name 'URL_LIST_ARCHIVE' -Value 'https://downloads.php.net/~windows/releases/archives/'
44
New-Variable -Option Constant -Scope Script -Name 'URL_LIST_SNAPSHOT' -Value 'https://windows.php.net/downloads/snaps/'
55

66
New-Variable -Option Constant -Scope Script -Name 'RELEASESTATE_UNKNOWN' -Value ''

0 commit comments

Comments
 (0)