Skip to content

Commit eaad97b

Browse files
Add PCRE2 related URLs to global.ent
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.
1 parent b6f7bac commit eaad97b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

entities/global.ent

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,11 @@
387387
<!ENTITY url.pcre.changelog "http://www.pcre.org/original/changelog.txt">
388388
<!ENTITY url.pcre.man "http://www.pcre.org/pcre.txt">
389389
<!ENTITY url.pcre2.changelog "https://github.com/PCRE2Project/pcre2/blob/master/NEWS">
390+
<!ENTITY url.pcre2.github "https://github.com/PCRE2Project/pcre2">
391+
<!ENTITY url.pcre2.limits "https://pcre2project.github.io/pcre2/doc/pcre2limits/">
392+
<!ENTITY url.pcre2.man "https://pcre2project.github.io/pcre2/doc/">
393+
<!ENTITY url.pcre2.perlcompat "https://pcre2project.github.io/pcre2/doc/pcre2compat/">
394+
<!ENTITY url.pcre2.website "https://pcre2project.github.io/pcre2/">
390395
<!ENTITY url.pdf "http://www.pdflib.com/products/pdflib-family/">
391396
<!ENTITY url.pdf.fpdf "http://www.fpdf.org/">
392397
<!ENTITY url.pdf.tcpdf "http://www.tcpdf.org/">

0 commit comments

Comments
 (0)