Commit:    ced1ba3551295c2ce7f5f9fc10fc60946f5c734a
Author:    philip <[email protected]>         Mon, 19 May 2014 15:20:54 -0700
Parents:   3608f70da7bf9918aaf6bd74f2568a0644ba773b
Branches:  master

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

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