You can view the Pull Request on github: https://github.com/php/web-php/pull/65
Pull Request Description: This patch addresses https://bugs.php.net/bug.php?id=69292 by creating a new routing method in **error.php** that handles file downloads by serving up files directly using `http://www.mirror.com/download/filename.ext`. This preserves all the original download methods, so existing links will **not** be affected. This patch also remaps the file download page to give out the new `/download/` style links. wget downloads will now output the correct filename. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
