Commit: 26ffd231f1d035d39a00654b8257d10f7bf8949c Author: Peter Cowburn <[email protected]> Mon, 9 Oct 2017 23:39:12 +0100 Parents: 91170af6690ced6dba8a7e05cb9b6bce811f5ce5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=26ffd231f1d035d39a00654b8257d10f7bf8949c Log: redirect callable to callable page Changed paths: M error.php Diff: diff --git a/error.php b/error.php index f185a75..6941f8a 100644 --- a/error.php +++ b/error.php @@ -259,9 +259,6 @@ $manual_page_moves = array( // Refactored 'regexp.reference' => 'regexp.introduction', - - // changed what we called a pseudo-type - 'callable' => 'callback', ); if (isset($manual_page_moves[$URI])) { @@ -324,6 +321,7 @@ $uri_aliases = array ( "<<<" => "language.types.string", "object" => "language.types.object", "null" => "language.types.null", + 'callable' => 'language.types.callable', "htaccess" => "configuration.changes", "php_value" => "configuration.changes", -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
