Commit: e1752b781839a0d3db42d07d0e88961806456a78 Author: danbrown <[email protected]> Wed, 5 Jun 2013 13:03:14 -0400 Parents: ff763fed01f02bfa2a473a3737f86ae5b17e0391 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e1752b781839a0d3db42d07d0e88961806456a78 Log: Fix for #64743. Bugs: https://bugs.php.net/64743 Changed paths: M error.php Diff: diff --git a/error.php b/error.php index 59f7794..5881d4e 100644 --- a/error.php +++ b/error.php @@ -440,6 +440,10 @@ $uri_aliases = array ( # Other items "security/crypt" => "security/crypt_blowfish", + + # Bugfixes + "array_sort" => "sort", // #64743 + "array-sort" => "sort", // #64743 ); $external_redirects = array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
