Commit: bbddeace4888b416c77b6d01db20e054bf697a88 Author: danbrown <[email protected]> Wed, 5 Jun 2013 13:03:14 -0400 Parents: b029e1e8b3ee95e926246847f39c1cd4de2c6450 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bbddeace4888b416c77b6d01db20e054bf697a88 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
