Commit:    049a8724d53ab6394697039cd569f178fec4f560
Author:    philip <[email protected]>         Mon, 19 May 2014 15:20:54 -0700
Parents:   a595ac6ded84a1a7a775d69b75026a2ab45772bd
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=049a8724d53ab6394697039cd569f178fec4f560

Log:
Removed amqp redirect hack, as enough people don't like the idea.

Changed paths:
  M  error.php


Diff:
diff --git a/error.php b/error.php
index 7c24b25..14423a7 100644
--- a/error.php
+++ b/error.php
@@ -265,13 +265,6 @@ if (isset($manual_page_moves[$URI])) {
     mirror_redirect("/manual/$match[1]/" . $manual_page_moves[$match[2]] . 
".php");
 }
 
-// The AMQP manual was removed awhile back, maybe this will prevent more bug 
reports
-// Feel free to remove me on around May 15, 2015
-if (false !== stripos($URI, 'amqp')) {
-    status_header(404);
-    mirror_redirect('https://github.com/pdezwart/php-amqp');
-}
-
 // ============================================================================
 // Define shortcuts for PHP files, manual pages and external redirects
 $uri_aliases = array (


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to