You can view the Pull Request on github:
https://github.com/php/web-php/pull/385

Opened By: afilina
Pull Request Description:
- Check whether this manual page exists in the legacy manual on 
[php-legacy-docs.zend.com][legacy]
- Display a custom 404 that suggests trying the legacy manuals, with disclaimer 
about accountability.
- Use jQuery to append the hash part of the link, which isn't visible to the 
backend.
- Cache results of the legacy lookup for faster 404s next time.
- If there is no legacy manual counterpart, then display the usual 404 page.

Screenshot:
![image](https://user-images.githubusercontent.com/199835/101697680-3b2f2800-3a46-11eb-9622-994d6e4b7cb3.png)

[legacy]: https://php-legacy-docs.zend.com

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

Reply via email to