Skip to content

Commit 7d7c93d

Browse files
committed
minor #18927 Fix: external links to PHP docs are broken (kevinpapst)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead. Discussion ---------- Fix: external links to PHP docs are broken Seems PHP.net recently changed their docs regarding relative time formats. The old URL is gone and the content integrated at the new location: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative Commits ------- 3cab825 fixed broken links for relative dateformats
2 parents 6e9eef5 + 3cab825 commit 7d7c93d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,5 @@ you can use a specific :ref:`named lock <lock-named-locks>` via the
532532
.. _`Apache mod_ratelimit`: https://httpd.apache.org/docs/current/mod/mod_ratelimit.html
533533
.. _`NGINX rate limiting`: https://www.nginx.com/blog/rate-limiting-nginx/
534534
.. _`token bucket algorithm`: https://en.wikipedia.org/wiki/Token_bucket
535-
.. _`PHP date relative formats`: https://www.php.net/datetime.formats.relative
535+
.. _`PHP date relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative
536536
.. _`Race conditions`: https://en.wikipedia.org/wiki/Race_condition

security.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2722,4 +2722,5 @@ Authorization (Denying Access)
27222722
.. _`SymfonyCastsVerifyEmailBundle`: https://github.com/symfonycasts/verify-email-bundle
27232723
.. _`HTTP Basic authentication`: https://en.wikipedia.org/wiki/Basic_access_authentication
27242724
.. _`Login CSRF attacks`: https://en.wikipedia.org/wiki/Cross-site_request_forgery#Forging_login_requests
2725-
.. _`PHP date relative formats`: https://www.php.net/datetime.formats.relative
2725+
.. _`SensitiveParameter PHP attribute`: https://wiki.php.net/rfc/redact_parameters_in_back_traces
2726+
.. _`PHP date relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative

0 commit comments

Comments
 (0)