Commit: 49c1b3ed2db1597581f127e4b252fda141decf6c Author: Stanislav Malyshev <[email protected]> Wed, 12 Dec 2018 12:08:51 -0800 Parents: 6cec1c9600b23259c52d302aa015d5d1181872a3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=49c1b3ed2db1597581f127e4b252fda141decf6c Log: Update some shortcuts Changed paths: M error.php Diff: diff --git a/error.php b/error.php index 0a004d2..5efcb60 100644 --- a/error.php +++ b/error.php @@ -279,7 +279,7 @@ $uri_aliases = array ( "documentation" => "docs", "mailinglists" => "mailing-lists", "mailinglist" => "mailing-lists", - "changelog" => "ChangeLog-5", + "changelog" => "ChangeLog-7", "gethelp" => "support", "help" => "support", "unsubscribe" => "unsub", @@ -471,6 +471,7 @@ $external_redirects = array( "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", "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
