1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Replace references to git.php.net (#396)

This commit is contained in:
Sergey Panteleev
2021-04-01 15:01:40 +03:00
committed by GitHub
parent 19610626bd
commit a587291fea

View File

@@ -448,17 +448,19 @@ $uri_aliases = array (
);
$external_redirects = array(
"php4news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-4.4",
"php5news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.6",
"php53news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.3",
"php54news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.4",
"php55news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.5",
"php56news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.6",
"php70news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.0",
"php71news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.1",
"php72news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.2",
"php73news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.3",
"phptrunknews"=> "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/master",
"php4news" => "https://github.com/php/php-src/raw/PHP-4.4/NEWS",
"php5news" => "https://github.com/php/php-src/raw/PHP-5.6/NEWS",
"php53news" => "https://github.com/php/php-src/raw/PHP-5.3/NEWS",
"php54news" => "https://github.com/php/php-src/raw/PHP-5.4/NEWS",
"php55news" => "https://github.com/php/php-src/raw/PHP-5.5/NEWS",
"php56news" => "https://github.com/php/php-src/raw/PHP-5.6/NEWS",
"php70news" => "https://github.com/php/php-src/raw/PHP-7.0/NEWS",
"php71news" => "https://github.com/php/php-src/raw/PHP-7.1/NEWS",
"php72news" => "https://github.com/php/php-src/raw/PHP-7.2/NEWS",
"php73news" => "https://github.com/php/php-src/raw/PHP-7.3/NEWS",
"php74news" => "https://github.com/php/php-src/raw/PHP-7.4/NEWS",
"php80news" => "https://github.com/php/php-src/raw/PHP-8.0/NEWS",
"phptrunknews"=> "https://github.com/php/php-src/raw/master/NEWS",
"pear" => "http://pear.php.net/",
"bugs" => "https://bugs.php.net/",
"bugstats" => "https://bugs.php.net/stats.php",