|
448 | 448 | ); |
449 | 449 |
|
450 | 450 | $external_redirects = array( |
451 | | - "php4news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-4.4", |
452 | | - "php5news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.6", |
453 | | - "php53news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.3", |
454 | | - "php54news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.4", |
455 | | - "php55news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.5", |
456 | | - "php56news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-5.6", |
457 | | - "php70news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.0", |
458 | | - "php71news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.1", |
459 | | - "php72news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.2", |
460 | | - "php73news" => "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/PHP-7.3", |
461 | | - "phptrunknews"=> "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/master", |
| 451 | + "php4news" => "https://github.com/php/php-src/blob/PHP-4.4/NEWS", |
| 452 | + "php5news" => "https://github.com/php/php-src/blob/PHP-5.6/NEWS", |
| 453 | + "php53news" => "https://github.com/php/php-src/blob/PHP-5.3/NEWS", |
| 454 | + "php54news" => "https://github.com/php/php-src/blob/PHP-5.4/NEWS", |
| 455 | + "php55news" => "https://github.com/php/php-src/blob/PHP-5.5/NEWS", |
| 456 | + "php56news" => "https://github.com/php/php-src/blob/PHP-5.6/NEWS", |
| 457 | + "php70news" => "https://github.com/php/php-src/blob/PHP-7.0/NEWS", |
| 458 | + "php71news" => "https://github.com/php/php-src/blob/PHP-7.1/NEWS", |
| 459 | + "php72news" => "https://github.com/php/php-src/blob/PHP-7.2/NEWS", |
| 460 | + "php73news" => "https://github.com/php/php-src/blob/PHP-7.3/NEWS", |
| 461 | + "phptrunknews"=> "https://github.com/php/php-src/blob/master/NEWS", |
462 | 462 | "pear" => "http://pear.php.net/", |
463 | 463 | "bugs" => "https://bugs.php.net/", |
464 | 464 | "bugstats" => "https://bugs.php.net/stats.php", |
|
0 commit comments