[DOC-CVS] [doc-base] master: Add RFC 3986 and WHATWG URL Standard links to global.ent (#282)
[email protected] (Tim Düsterhus via GitHub) Mon, 6 Apr 2026 20:09:13 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Tim Düsterhus (TimWolla) Committer: GitHub (web-flow) Pusher: kocsismate Date: 2026-04-06T22:09:10+02:00 Commit: https://github.com/php/doc-base/commit/e9f540fb32e26e2f65b1d64f16fdde315886a51b Raw diff: https://github.com/php/doc-base/commit/e9f540fb32e26e2f65b1d64f16fdde315886a51b.diff Add RFC 3986 and WHATWG URL Standard links to global.ent (#282) Changed paths: M entities/global.ent Diff: diff --git a/entities/global.ent b/entities/global.ent index b26f3b8586..ed79ee87a5 100644 --- a/entities/global.ent +++ b/entities/global.ent @@ -562,6 +562,8 @@ <!ENTITY uri.unicode.ldml "www.unicode.org/reports/tr35"> <!ENTITY url.unicode.ucd "http://www.unicode.org/ucd/"> <!ENTITY url.unixodbc "http://www.unixodbc.org/"> +<!ENTITY url.url.rfc3986 "https://www.ietf.org/rfc/rfc3986.txt"> +<!ENTITY url.url.whatwg-url "https://url.spec.whatwg.org/"> <!ENTITY url.userlandnaming.cs "https://github.com/php/php-src/raw/master/CODING_STANDARDS.md"> <!ENTITY url.uuid "http://www.ossp.org/pkg/lib/uuid/"> <!ENTITY url.v8engine "http://code.google.com/p/v8/">