Commit: 7c4528483072860506dabe32d90a24ff4d1590f0 Author: Kalle Sommer Nielsen <[email protected]> Tue, 17 Oct 2017 21:51:01 +0200 Parents: b41c9ba3a20607b4cda602784cda8b9a9f206278 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7c4528483072860506dabe32d90a24ff4d1590f0 Log: Added phpXXnews links for the 7.0 branches Changed paths: M error.php Diff: diff --git a/error.php b/error.php index 6941f8a..87e6251 100644 --- a/error.php +++ b/error.php @@ -470,6 +470,9 @@ $external_redirects = array( "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", "phptrunknews"=> "https://git.php.net/?p=php-src.git;a=blob_plain;f=NEWS;hb=refs/heads/master", "pear" => "http://pear.php.net/", "bugs" => "https://bugs.php.net/", -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
