[DOC-CVS] [doc-base] master: Add PCRE2 related URLs to global.ent (#256)
[email protected] (Josh via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Josh (joshtrichards) Committer: GitHub (web-flow) Pusher: Girgias Date: 2025-09-27T12:29:01+01:00 Commit: https://github.com/php/doc-base/commit/142bda6f9b42259dab686a3ca890574be78783c3 Raw diff: https://github.com/php/doc-base/commit/142bda6f9b42259dab686a3ca890574be78783c3.diff Add PCRE2 related URLs to global.ent (#256) In preparation for revisions to the PCRE Extension reference chapter. The older URLs are mostly for the PCRE1 library which isn't applicable since PHP 7.3.0. Changed paths: M entities/global.ent Diff: diff --git a/entities/global.ent b/entities/global.ent index bd1b0efd1..a744c4e51 100644 --- a/entities/global.ent +++ b/entities/global.ent @@ -387,6 +387,11 @@ <!ENTITY url.pcre.changelog "http://www.pcre.org/original/changelog.txt"> <!ENTITY url.pcre.man "http://www.pcre.org/pcre.txt"> <!ENTITY url.pcre2.changelog "https://github.com/PCRE2Project/pcre2/blob/master/NEWS"> +<!ENTITY url.pcre2.github "https://github.com/PCRE2Project/pcre2"> +<!ENTITY url.pcre2.limits "https://pcre2project.github.io/pcre2/doc/pcre2limits/"> +<!ENTITY url.pcre2.man "https://pcre2project.github.io/pcre2/doc/"> +<!ENTITY url.pcre2.perlcompat "https://pcre2project.github.io/pcre2/doc/pcre2compat/"> +<!ENTITY url.pcre2.website "https://pcre2project.github.io/pcre2/"> <!ENTITY url.pdf "http://www.pdflib.com/products/pdflib-family/"> <!ENTITY url.pdf.fpdf "http://www.fpdf.org/"> <!ENTITY url.pdf.tcpdf "http://www.tcpdf.org/">