mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
fix: update bugs.php.net and wiki.php.net links to https
This commit is contained in:
committed by
Derick Rethans
parent
d3d1ffb456
commit
c8c27a6e86
@@ -170,7 +170,7 @@ if (preg_match("!^get/([^/]+)/from/([^/]+)(/mirror)?$!", $URI, $dlinfo)) {
|
||||
|
||||
// php.net/42 --> likely a bug number
|
||||
if (is_numeric($URI)) {
|
||||
mirror_redirect("http://bugs.php.net/bug.php?id=$URI");
|
||||
mirror_redirect("https://bugs.php.net/bug.php?id=$URI");
|
||||
}
|
||||
|
||||
// php.net/GH-123 -> php-src GH issue #123
|
||||
@@ -564,7 +564,7 @@ $external_redirects = [
|
||||
"phpdochowto" => "https://doc.php.net/guide/",
|
||||
"rev" => "https://doc.php.net/revcheck.php?p=graph&lang=$LANG",
|
||||
"release/5_3_0.php" => "/releases/5_3_0.php", // PHP 5.3.0 release announcement had a typo
|
||||
"ideas.php" => "http://wiki.php.net/ideas", // BC
|
||||
"ideas.php" => "https://wiki.php.net/ideas", // BC
|
||||
"releases.atom" => "/releases/feed.php", // BC, No need to pre-generate it
|
||||
"spec" => "https://github.com/php/php-langspec",
|
||||
"sunglasses" => "https://www.youtube.com/watch?v=dQw4w9WgXcQ", // Temporary easter egg for bug#66144
|
||||
|
||||
Reference in New Issue
Block a user