[DOC-CVS] [doc-en] master: Convert and move global.ent into doc-en (#5722)

[email protected] (alfsb via GitHub)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: alfsb (alfsb)
Committer: GitHub (web-flow)
Pusher: alfsb
Date: 2026-08-04T15:49:01-03:00

Commit: https://github.com/php/doc-en/commit/755a3809d5604a933d33e767dce7506d7b6f0d68
Raw diff: https://github.com/php/doc-en/commit/755a3809d5604a933d33e767dce7506d7b6f0d68.diff

Convert and move global.ent into doc-en (#5722)

Changed paths:
  A  entities/entities.php.ent
  A  entities/entities.url.ent
  M  entities/entities.remove.ent


Diff:

diff --git a/entities/entities.php.ent b/entities/entities.php.ent
new file mode 100644
index 000000000000..de14c7b13589
--- /dev/null
+++ b/entities/entities.php.ent
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?do-not-translate?>
+<!--
+
+Basic entities used in the main manual,
+directly related with language itself.
+
+Use <type>null</type> if you're talking about the null *type*,
+and use &null if it's about the null *value*.
+
+There are a few <filename> tossed near and there.
+
+-->
+<entities xmlns       = "http://docbook.org/ns/docbook"
+          xmlns:xlink = "http://www.w3.org/1999/xlink"
+          translate   = "yes">
+
+<entity name="array"><type>array</type></entity>
+
+<entity name="boolean"><type>bool</type></entity>
+
+<entity name="callback.cmp"><methodsynopsis><type>int</type><methodname><replaceable>callback</replaceable></methodname><methodparam><type>mixed</type><parameter>a</parameter></methodparam><methodparam><type>mixed</type><parameter>b</parameter></methodparam></methodsynopsis></entity>
+
+<entity name="catch"><link linkend="language.exceptions.catch"><literal>catch</literal></link></entity>
+
+<entity name="const"><link linkend="language.constants.syntax"><literal>const</literal></link></entity>
+
+<entity name="declare"><link linkend="control-structures.declare"><literal>declare</literal></link></entity>
+
+<entity name="false"><constant>false</constant></entity>
+
+<entity name="finally"><link linkend="language.exceptions.finally"><literal>finally</literal></link></entity>
+
+<entity name="float"><type>float</type></entity>
+
+<entity name="foreach"><link linkend="control-structures.foreach"><literal>foreach</literal></link></entity>
+
+<entity name="function"><link linkend="functions.user-defined"><literal>function</literal></link></entity>
+
+<entity name="global"><link linkend="language.variables.scope.global"><literal>global</literal></link></entity>
+
+<entity name="htaccess"><filename>.htaccess</filename></entity>
+
+<entity name="httpd.conf"><filename>httpd.conf</filename></entity>
+
+<entity name="instanceof"><link linkend="language.operators.type"><literal>instanceof</literal></link></entity>
+
+<entity name="integer"><type>int</type></entity>
+
+<entity name="link.autoload"><link linkend="language.oop5.autoload">__autoload</link></entity>
+
+<entity name="link.superglobals"><link linkend="language.variables.predefined">superglobals</link></entity>
+
+<entity name="mixed"><type>mixed</type></entity>
+
+<entity name="namespace"><link linkend="language.namespaces.definition"><literal>namespace</literal></link></entity>
+
+<entity name="never"><type>never</type></entity>
+
+<entity name="new"><link linkend="language.oop5.basic.new"><literal>new</literal></link></entity>
+
+<entity name="null"><constant>null</constant></entity>
+
+<entity name="object"><type>object</type></entity>
+
+<entity name="php.ini"><filename>php.ini</filename></entity>
+
+<entity name="resource"><type>resource</type></entity>
+
+<entity name="return"><link linkend="function.return"><literal>return</literal></link></entity>
+
+<entity name="string"><type>string</type></entity>
+
+<entity name="throw"><link linkend="language.exceptions"><literal>throw</literal></link></entity>
+
+<entity name="true"><constant>true</constant></entity>
+
+<entity name="try"><link linkend="language.exceptions"><literal>try</literal></link></entity>
+
+<entity name="use.namespace"><link linkend="language.namespaces.importing"><literal>use</literal></link></entity>
+
+<entity name="user-ini"><filename>.user.ini</filename></entity>
+
+<entity name="yield.from"><link linkend="control-structures.yield.from"><literal>yield from</literal></link></entity>
+
+<entity name="yield"><link linkend="control-structures.yield"><literal>yield</literal></link></entity>
+
+</entities>
diff --git a/entities/entities.remove.ent b/entities/entities.remove.ent
index 0c8bd7976cdc..d89a84186494 100644
--- a/entities/entities.remove.ent
+++ b/entities/entities.remove.ent
@@ -4,19 +4,41 @@
 
 This is a "remove" XML Entity file.
 See doc-base/scripts/text-entities.php for details.
+You can run this script directly.
+
+# doc-en
 
 Place here only deprecated or removed entities that are
 expected NOT be being used in any part of the manual.
 
-If an entity moved here is used in a language in your control,
-this means that the entity on the original file is planned to be
-removed, or already was removed.
+# Translations, question
+
+First, a question. A file like this, that show entities that got
+removed in doc-base/doc-en, AND is tracked by revcheck, helps or
+cause more work than it is worth?
+
+Please, leave your comments in the issue issue:
+  https://github.com/php/doc-en/pull/5711
+
+I (ae) am seriously considering marking this file as do-not-translate,
+so it won't appear in revcheck anymore.
 
-DO NOT TRANSLATE THIS FILE.
+# Translations, instructions
+
+If an entity moved here is used in a translation in your control,
+this means that the entity on the original files is planned to be
+removed, or already was removed, but are temporarily moved here,
+to avoid breaking translations.
 
 This file is tracked by revcheck, so translations have a heads up
-when an entity is removed from doc-en. On translations, leave an
-empty <entities/> element at the end of file, only updating the revtag.
+when an entity is removed from doc-en (by revcheck diff links).
+That said, do NOT sync or copy the file CONTENTS in translations,
+otherwise doc-base/scripts/text-entities.php will generate wrong
+statistics, and worse, it will NOT help your translation in
+finding wrong entity usage in your language.
+
+ON TRANSLATIONS, LEAVE <entities/> EMPTY.
+ON TRANSLATIONS, ONLY UPDATE THE REVTAG.
 
 -->
 
@@ -27,6 +49,11 @@ empty <entities/> element at the end of file, only updating the revtag.
 <!-- Erased in 2024-08, doc-ru -->
 <entity name="url.pecl.windows.releases">https://downloads.php.net/~windows/pecl/releases/</entity>
 
+<!-- Changed in 2024-12, doc-tr doc-uk -->
+<entity name="reference.pdo-cubrid.entities.PDO">&reference.pdo-cubrid.entities.pdo-overloaded;</entity>
+<entity name="reference.pdo-pgsql.entities.PDO" >&reference.pdo-pgsql.entities.pdo-overloaded;</entity>
+<entity name="reference.pdo-sqlite.entities.PDO">&reference.pdo-sqlite.entities.pdo-overloaded;</entity>
+
 <!-- Erased in 2026-06, */bookinfo.xml -->
 <entity name="frontpage.authors"/>
 <entity name="frontpage.editors"/>
diff --git a/entities/entities.url.ent b/entities/entities.url.ent
new file mode 100644
index 000000000000..c95bd6ad5679
--- /dev/null
+++ b/entities/entities.url.ent
@@ -0,0 +1,646 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?do-not-translate?>
+<!--
+
+URLs, other addresses and external references.
+
+-->
+<entities xmlns       = "http://docbook.org/ns/docbook"
+          xmlns:xlink = "http://www.w3.org/1999/xlink"
+          translate   = "yes">
+
+<entity name="book.applied.cryptography">Applied Cryptography by Schneier (ISBN 0-471-11709-9)</entity>
+<entity name="book.programming.classics">Programming Classics: Implementing the World's Best Algorithms by Oliver (ISBN 0-131-00413-1)</entity>
+
+<entity name="email.php.doc.license">[email protected]</entity>
+<entity name="email.php.doc">[email protected]</entity>
+<entity name="email.php.doc.subscribe">[email protected]</entity>
+<entity name="email.php.install">[email protected]</entity>
+<entity name="email.php.install.subscribe">[email protected]</entity>
+<entity name="email.sample">[email protected]</entity>
+
+<entity name="link.composer"><link xlink:href="&url.composer;">Composer</link></entity>
+<entity name="link.pecl"><link xlink:href="&url.pecl;">PECL</link></entity>
+<entity name="link.pie"><link xlink:href="&url.pie;">PIE</link></entity>
+
+<entity name="spec.http1.1">http://tools.ietf.org/html/rfc7231</entity>
+<entity name="spec.pdf.fdf">http://www.adobe.com/devnet/acrobat/fdftoolkit.html</entity>
+<entity name="spec.soap1.1">http://www.w3.org/TR/soap11/</entity>
+<entity name="spec.soap1.2">http://www.w3.org/TR/soap12/</entity>
+<entity name="spec.strftime">http://www.opengroup.org/onlinepubs/007908799/xsh/strftime.html</entity>
+<entity name="spec.wsdl">http://www.w3.org/TR/wsdl</entity>
+
+<entity name="uri.unicode.graphemes">http://unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries</entity>
+<entity name="uri.unicode.ldml">www.unicode.org/reports/tr35</entity>
+<entity name="url.7zip">http://www.7-zip.org/</entity>
+<entity name="url.adabas">http://www.adabas.com/</entity>
+<entity name="url.adobe.acrobat">http://www.adobe.com/products/acrobat/readstep2.html</entity>
+<entity name="url.apache">http://httpd.apache.org/</entity>
+<entity name="url.apache.cgi">http://httpd.apache.org/docs/current/howto/cgi.html</entity>
+<entity name="url.apache.core">http://httpd.apache.org/docs/current/mod/core.html</entity>
+<entity name="url.apache.fcgid">http://httpd.apache.org/mod_fcgid/</entity>
+<entity name="url.apache.source">http://httpd.apache.org/download.cgi</entity>
+<entity name="url.apache2.docs">http://httpd.apache.org/docs/current/</entity>
+<entity name="url.apache2.mpm">http://httpd.apache.org/docs/current/mpm.html</entity>
+<entity name="url.apache2.windows">http://httpd.apache.org/docs/current/platform/windows.html</entity>
+<entity name="url.apachedso">http://httpd.apache.org/docs/current/dso.html</entity>
+<entity name="url.apachelounge">https://www.apachelounge.com</entity>
+<entity name="url.apachelounge.download">https://www.apachelounge.com/download/</entity>
+<entity name="url.apc.bc">https://pecl.php.net/apcu_bc</entity>
+<entity name="url.apc.technotes">https://github.com/php/pecl-caching-apc/blob/master/TECHNOTES.txt</entity>
+<entity name="url.apd">https://pecl.php.net/apd</entity>
+<entity name="url.apt-get">https://packages.debian.org/index</entity>
+<entity name="url.argsep">http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2</entity>
+<entity name="url.arraycolumn.compat">https://github.com/ramsey/array_column/blob/master/src/array_column.php</entity>
+<entity name="url.asciitable">https://www.man7.org/linux/man-pages/man7/ascii.7.html</entity>
+<entity name="url.aspell">http://aspell.net/</entity>
+<entity name="url.azure.php">https://azure.microsoft.com/en-us/develop/php/</entity>
+<entity name="url.azure.php.sdk">https://github.com/Azure/azure-sdk-for-php</entity>
+<entity name="url.azure.portal">https://portal.azure.com/</entity>
+<entity name="url.berkeleydb">https://www.oracle.com/database/berkeley-db/db.html</entity>
+<entity name="url.bison">http://www.gnu.org/software/bison/bison.html</entity>
+<entity name="url.bitnami">https://bitnami.com</entity>
+<entity name="url.blog.data.structures">https://medium.com/p/9dda7af674cd</entity>
+<entity name="url.blueshoes.comparisons">http://www.blueshoes.org/en/developer/php_cheat_sheet/</entity>
+<entity name="url.brew">https://brew.sh/</entity>
+<entity name="url.brew.1.5.0">https://brew.sh/2018/01/19/homebrew-1.5.0/</entity>
+<entity name="url.brew.php">https://formulae.brew.sh/formula/php</entity>
+<entity name="url.browscap.download">http://browscap.org/</entity>
+<entity name="url.bzip2">https://www.sourceware.org/bzip2/</entity>
+<entity name="url.c14">http://en.cppreference.com/w/cpp/compiler_support</entity>
+<entity name="url.calendar">http://www.fourmilab.ch/documents/calendar/</entity>
+<entity name="url.calendar.jd">http://www.hermetic.ch/cal_stud/jdn.htm</entity>
+<entity name="url.cc.by">http://creativecommons.org/licenses/by/3.0/</entity>
+<entity name="url.cdb">http://cr.yp.to/cdb.html</entity>
+<entity name="url.cert">http://www.cert.org/advisories/CA-1996-11.html</entity>
+<entity name="url.chm">http://www.microsoft.com/download/en/details.aspx?id=21138</entity>
+<entity name="url.chm.helpware">http://www.helpware.net/</entity>
+<entity name="url.chm.history">http://www.winwriters.com/mshelp.htm</entity>
+<entity name="url.chm.hta">http://msdn.microsoft.com/workshop/author/hta/hta_node_entry.asp</entity>
+<entity name="url.cldr.locale">http://www.unicode.org/cldr/</entity>
+<entity name="url.cloud.ec2">http://aws.amazon.com/ec2/</entity>
+<entity name="url.cloud.ec2.sdk">http://aws.amazon.com/sdkforphp/</entity>
+<entity name="url.com.stgm.enum">https://docs.microsoft.com/en-us/windows/win32/stg/stgm-constants</entity>
+<entity name="url.com.visible">https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.comvisibleattribute</entity>
+<entity name="url.composer">https://getcomposer.org/</entity>
+<entity name="url.comspecs">https://docs.microsoft.com/windows/desktop/com/component-object-model--com--portal</entity>
+<entity name="url.connectionstrings">http://www.connectionstrings.com/</entity>
+<entity name="url.crypt.sha">http://people.redhat.com/drepper/SHA-crypt.txt</entity>
+<entity name="url.csprng.cng-api">https://docs.microsoft.com/en-us/windows/desktop/SecCNG/cng-portal</entity>
+<entity name="url.csprng.compat">https://github.com/paragonie/random_compat</entity>
+<entity name="url.csprng.crypt-gen-random">https://msdn.microsoft.com/en-us/library/windows/desktop/aa379942(v=vs.85).aspx</entity>
+<entity name="url.csprng.get-random-2">http://man7.org/linux/man-pages/man2/getrandom.2.html</entity>
+<entity name="url.csprng.wiki">https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator</entity>
+<entity name="url.cubrid">http://www.cubrid.org/</entity>
+<entity name="url.cubrid.docs">https://www.cubrid.org/manuals/</entity>
+<entity name="url.curl">http://curl.haxx.se/</entity>
+<entity name="url.curl.error">http://curl.haxx.se/libcurl/c/libcurl-errors.html</entity>
+<entity name="url.cyrus">http://cyrusimap.org/</entity>
+<entity name="url.db2.connection.string">https://www.ibm.com/docs/en/i/7.5?topic=functions-sqldriverconnect-connect-data-source#rzadpfndvcon__title__5</entity>
+<entity name="url.db2.object.naming">https://www.ibm.com/docs/en/i/7.5?topic=application-naming-distributed-relational-database-objects</entity>
+<entity name="url.db2.sqldriverconnect">https://www.ibm.com/docs/en/i/7.5?topic=functions-sqldriverconnect-connect-data-source</entity>
+<entity name="url.dbg">http://www.php-debugger.com/dbg/</entity>
+<entity name="url.dbgview">http://technet.microsoft.com/en-us/sysinternals/bb896647</entity>
+<entity name="url.debian">http://www.debian.org/</entity>
+<entity name="url.delete.nonchars">http://unicode.org/reports/tr36/#Deletion_of_Noncharacters</entity>
+<entity name="url.derick.references">http://derickrethans.nl/php_references_article.php</entity>
+<entity name="url.diophantine-equation">http://mathworld.wolfram.com/DiophantineEquation.html</entity>
+<entity name="url.dmalloc">http://dmalloc.com/</entity>
+<entity name="url.docbook.xml">http://www.oasis-open.org/docbook/xml/</entity>
+<entity name="url.docean.app.platform">https://www.digitalocean.com/products/app-platform</entity>
+<entity name="url.docean.cloudways">https://www.cloudways.com/en/managed-hosting-for-digital-ocean.php</entity>
+<entity name="url.docean.droplet">https://www.digitalocean.com/products/droplets</entity>
+<entity name="url.docean.functions">https://www.digitalocean.com/products/functions</entity>
+<entity name="url.dom2.features">http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/introduction.html#ID-Conformance</entity>
+<entity name="url.dom3.spec">http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html</entity>
+<entity name="url.eio.libeio">http://software.schmorp.de/pkg/libeio.html</entity>
+<entity name="url.email.book">https://www.oreilly.com/library/view/programming-internet-email/9780596802585/</entity>
+<entity name="url.enchant">https://rrthomas.github.io/enchant/</entity>
+<entity name="url.ev.buffers.threads">http://www.wangafu.net/~nickm/libevent-book/Ref7_evbuffer.html#_evbuffers_and_thread_safety</entity>
+<entity name="url.ev.child">http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_child_code_watch_out_for_pro</entity>
+<entity name="url.ev.loop">http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#FUNCTIONS_CONTROLLING_EVENT_LOOPS_CO</entity>
+<entity name="url.ev.signal">http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_signal_code_signal_me_when_a</entity>
+<entity name="url.ev.stat">http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_stat_code_did_the_file_attri</entity>
+<entity name="url.ev.timeouts">http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Be_smart_about_timeouts</entity>
+<entity name="url.ev.timer">http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_timer_code_relative_and_opti</entity>
+<entity name="url.exifspec">http://exif.org/Exif2-2.PDF</entity>
+<entity name="url.exiftags">http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html</entity>
+<entity name="url.expat">https://libexpat.github.io/</entity>
+<entity name="url.expat.rpm">https://sourceforge.net/projects/expat/</entity>
+<entity name="url.expect">http://expect.nist.gov/</entity>
+<entity name="url.exsltlib">https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home</entity>
+<entity name="url.ezweb">http://www.au.kddi.com/english/service/ezweb/index.html</entity>
+<entity name="url.fann.github">https://github.com/bukka/php-fann</entity>
+<entity name="url.fann.lib">http://leenissen.dk/fann/wp/</entity>
+<entity name="url.fbsql">http://www.frontbase.com/</entity>
+<entity name="url.fbsql.docs">http://www.frontbase.com/cgi-bin/WebObjects/FBWebSite.woa</entity>
+<entity name="url.firebird">http://www.firebirdsql.org/</entity>
+<entity name="url.flex">http://www.gnu.org/software/flex/flex.html</entity>
+<entity name="url.floating.point.guide">http://floating-point-gui.de/</entity>
+<entity name="url.foldoc">http://foldoc.org/</entity>
+<entity name="url.freetds">http://www.freetds.org/</entity>
+<entity name="url.freetype">http://www.freetype.org/</entity>
+<entity name="url.gc-paper">https://pages.cs.wisc.edu/~cymen/misc/interests/Bacon01Concurrent.pdf</entity>
+<entity name="url.gd">http://www.libgd.org/</entity>
+<entity name="url.gdbm">https://ftp.gnu.org/pub/gnu/gdbm/</entity>
+<entity name="url.gearman">http://gearman.org</entity>
+<entity name="url.gearman.libgearman">http://gearman.org/getting-started/</entity>
+<entity name="url.gettext">http://www.gnu.org/software/gettext/gettext.html</entity>
+<entity name="url.gettext.docs">http://www.gnu.org/software/gettext/manual/gettext.html</entity>
+<entity name="url.git.hub">https://github.com/</entity>
+<entity name="url.glib">http://ftp.gnome.org/pub/gnome/sources/glib/</entity>
+<entity name="url.glib.windows">http://ftp.gnome.org/pub/gnome/binaries/win32/glib/</entity>
+<entity name="url.gmagick.imagemagickdiff.faq">http://www.graphicsmagick.org/FAQ.html#how-does-graphicsmagick-differ-from-imagemagick</entity>
+<entity name="url.gmp">http://gmplib.org/#DOWNLOAD</entity>
+<entity name="url.gnochm">http://gnochm.sourceforge.net/</entity>
+<entity name="url.gnu.autoconf">https://www.gnu.org/software/autoconf/autoconf.html</entity>
+<entity name="url.gnu.configure">http://www.airs.com/ian/configure/</entity>
+<entity name="url.gnu.make">https://www.gnu.org/software/make/make.html</entity>
+<entity name="url.gnupg">http://www.gnupg.org/</entity>
+<entity name="url.gpgme">http://www.gnupg.org/related_software/gpgme/</entity>
+<entity name="url.hash.nist-hash-functions">https://csrc.nist.gov/projects/hash-functions</entity>
+<entity name="url.hp.software">http://software.hp.com/</entity>
+<entity name="url.hpux.installguide">http://www.tekwire.net/joomla/building/apache/http-hpux-11-11</entity>
+<entity name="url.iana.locale.subtags">http://www.iana.org/assignments/language-subtag-registry</entity>
+<entity name="url.iana.system-names">http://www.iana.org/assignments/operating-system-names</entity>
+<entity name="url.ibase">http://www.embarcadero.com/products/interbase</entity>
+<entity name="url.ibm.ccsid">https://www.ibm.com/docs/en/i/7.5?topic=information-ccsid-reference</entity>
+<entity name="url.ibm.db2.client">https://www.ibm.com/developerworks/downloads/im/db2express/index.html</entity>
+<entity name="url.ibm.pase.i">https://www.ibm.com/docs/en/i/7.5?topic=ssw_ibm_i_75/apis/pase_locales.html</entity>
+<entity name="url.ibmdb2">http://www-306.ibm.com/software/data/db2/</entity>
+<entity name="url.ibmdb2.ad">http://www.ibm.com/software/data/db2/ad</entity>
+<entity name="url.ibmdb2.con">http://www.ibm.com/software/data/db2/db2connect</entity>
+<entity name="url.icu.autoQuoteApostrophe">https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/umsg_8h.html#a0a5ea3090b5b7f3fa5fa376a5d68cb32</entity>
+<entity name="url.icu.choiceformat">https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classChoiceFormat.html</entity>
+<entity name="url.icu.data">https://unicode-org.github.io/icu/userguide/icu_data/</entity>
+<entity name="url.icu.dateformat">https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/udat_8h.html</entity>
+<entity name="url.icu.dateformat2">https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax</entity>
+<entity name="url.icu.datepattern">https://unicode-org.github.io/icu/userguide/format_parse/datetime/</entity>
+<entity name="url.icu.decimalformat">https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classDecimalFormat.html</entity>
+<entity name="url.icu.docs">https://icu.unicode.org/docs/</entity>
+<entity name="url.icu.formatmsg">https://unicode-org.github.io/icu/userguide/format_parse/messages/</entity>
+<entity name="url.icu.formatnumbers">https://unicode-org.github.io/icu/userguide/format_parse/numbers/</entity>
+<entity name="url.icu.formatparse">https://unicode-org.github.io/icu/userguide/format_parse/</entity>
+<entity name="url.icu.home">https://icu.unicode.org/</entity>
+<entity name="url.icu.locale.api">https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/uloc_8h.html</entity>
+<entity name="url.icu.locale.guide">https://unicode-org.github.io/icu/userguide/locale/</entity>
+<entity name="url.icu.locales">https://unicode-org.github.io/icu/userguide/locale/</entity>
+<entity name="url.icu.msgformat">https://unicode-org.github.io/icu/userguide/format_parse/messages/</entity>
+<entity name="url.icu.normalization.api">https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/unorm_8h.html</entity>
+<entity name="url.icu.normalization.guide">https://unicode-org.github.io/icu/userguide/transforms/normalization/</entity>
+<entity name="url.icu.quoting">https://unicode-org.github.io/icu/userguide/format_parse/messages/#quotingescaping</entity>
+<entity name="url.icu.resources">https://unicode-org.github.io/icu/userguide/locale/resources.html</entity>
+<entity name="url.icu.restrictionlevel">https://unicode-org.github.io/icu-docs/apidoc/dev/icu4j/com/ibm/icu/text/SpoofChecker.RestrictionLevel.html</entity>
+<entity name="url.icu.rulebasedbreakiteratorguide">https://unicode-org.github.io/icu/userguide/boundaryanalysis/break-rules.html</entity>
+<entity name="url.icu.ruleformat">https://unicode-org.github.io/icu/userguide/format_parse/numbers/rbnf.html</entity>
+<entity name="url.icu.tzdatabase">https://www.iana.org/time-zones</entity>
+<entity name="url.icu.uca">https://www.unicode.org/reports/tr10/</entity>
+<entity name="url.icu.userguide">https://unicode-org.github.io/icu/userguide/</entity>
+<entity name="url.igbinary">https://github.com/igbinary/igbinary</entity>
+<entity name="url.iis">http://support.microsoft.com/kb/q160422/</entity>
+<entity name="url.iis.enable">https://docs.microsoft.com/en-us/previous-versions/ms181052(v=vs.80)</entity>
+<entity name="url.iis.express">https://www.microsoft.com/en-us/download/details.aspx?id=48264</entity>
+<entity name="url.iis.fastcgi.downloads">http://www.iis.net/extensions/fastcgi</entity>
+<entity name="url.iis.fastcgi.settings">http://learn.iis.net/page.aspx/248/configuring-fastcgi-extension-for-iis-60/</entity>
+<entity name="url.imagemagick">http://www.imagemagick.org/</entity>
+<entity name="url.imagemagick.usage.color_mods.sigmoidal">https://usage.imagemagick.org/color_mods/#sigmoidal</entity>
+<entity name="url.imagemagick.usage.transform.function">https://usage.imagemagick.org/transform/#function</entity>
+<entity name="url.imap">https://github.com/uw-imap/imap</entity>
+<entity name="url.imap.book">http://oreilly.com/catalog/9780596000127/</entity>
+<entity name="url.imode">http://www.nttdocomo.com/services/imode/</entity>
+<entity name="url.informix.connectionstring">https://www.ibm.com/docs/en/informix-servers/14.10?topic=sources-connection-string-keywords-that-make-connection</entity>
+<entity name="url.informix.csdk">https://www.ibm.com/support/pages/download-informix-products</entity>
+<entity name="url.informix.dsn">https://www.ibm.com/docs/en/informix-servers/14.10?topic=guide-configure-data-sources</entity>
+<entity name="url.ingres.downloads">http://esd.ingres.com/</entity>
+<entity name="url.ingres.peclext">http://esd.ingres.com/product/drivers/PHP/</entity>
+<entity name="url.ingres.wiki">http://community.ingres.com/wiki/</entity>
+<entity name="url.install.unix.pax-mprotect">https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options#Restrict_mprotect()</entity>
+<entity name="url.install.unix.w-x-violation">https://en.wikipedia.org/wiki/W^X</entity>
+<entity name="url.install.windows.stepbystep">https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2</entity>
+<entity name="url.installkits">http://wikipedia.org/wiki/List_of_AMP_packages</entity>
+<entity name="url.iodbc">http://www.iodbc.org/</entity>
+<entity name="url.ip2long.tech">http://ps-2.kev009.com/wisclibrary/aix52/usr/share/man/info/en_US/a_doc_lib/libs/commtrf2/inet_addr.htm</entity>
+<entity name="url.iptc">http://www.iptc.org/</entity>
+<entity name="url.iso-639">http://www.loc.gov/standards/iso639-2/php/code_list.php</entity>
+<entity name="url.iso-8601.duration">http://en.wikipedia.org/wiki/Iso8601#Durations</entity>
+<entity name="url.iso-8601.repeating_intervals">http://en.wikipedia.org/wiki/Iso8601#Repeating_intervals</entity>
+<entity name="url.jacobi">http://primes.utm.edu/glossary/page.php?sort=JacobiSymbol</entity>
+<entity name="url.jpeg">http://www.ijg.org/</entity>
+<entity name="url.js.intl-datetimeformat">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/resolvedOptions#timezone</entity>
+<entity name="url.js.temporal-zoneddatetime">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime#time_zones_and_offsets</entity>
+<entity name="url.json">http://www.json.org/</entity>
+<entity name="url.ldap.bind9">http://www.bind9.net/download-openldap/</entity>
+<entity name="url.ldap.filters">https://wiki.mozilla.org/Mozilla_LDAP_SDK_Programmer&#37;27s_Guide/Searching_the_Directory_With_LDAP_C_SDK</entity>
+<entity name="url.ldap.netscape">https://wiki.mozilla.org/Directory</entity>
+<entity name="url.ldap.netscape.sdk">https://wiki.mozilla.org/LDAP_C_SDK</entity>
+<entity name="url.ldap.netscape.sdk.docs">https://wiki.mozilla.org/Mozilla_LDAP_SDK_Programmer&#37;27s_Guide</entity>
+<entity name="url.ldap.openldap">http://www.openldap.org/</entity>
+<entity name="url.ldap.openldap-c-api">https://www.ietf.org/proceedings/50/I-D/ldapext-ldap-c-api-05.txt</entity>
+<entity name="url.ldap.openldap.source">https://www.openldap.org/software/download/</entity>
+<entity name="url.libargon2">https://github.com/P-H-C/phc-winner-argon2</entity>
+<entity name="url.libedit">http://www.thrysoee.dk/editline/</entity>
+<entity name="url.libev">http://software.schmorp.de/pkg/libev.html</entity>
+<entity name="url.libevent">http://libevent.org/</entity>
+<entity name="url.libffi">https://sourceware.org/libffi/</entity>
+<entity name="url.libiconv">http://www.gnu.org/software/libiconv/</entity>
+<entity name="url.liblzf">http://oldhome.schmorp.de/marc/liblzf.html</entity>
+<entity name="url.libmemcached">http://libmemcached.org/libMemcached.html</entity>
+<entity name="url.libpng">http://www.libpng.org/pub/png/libpng.html</entity>
+<entity name="url.libradius">http://www.freebsd.org/cgi/man.cgi?query=libradius</entity>
+<entity name="url.libradius.conf">http://www.freebsd.org/cgi/man.cgi?query=radius.conf</entity>
+<entity name="url.librpm">https://rpm.org/</entity>
+<entity name="url.libsodium">https://libsodium.org/</entity>
+<entity name="url.libsodium.argon2">https://doc.libsodium.org/password_hashing/default_phf</entity>
+<entity name="url.libssh2">http://libssh2.org/</entity>
+<entity name="url.libxcrypt">https://github.com/besser82/libxcrypt</entity>
+<entity name="url.libxml">https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home</entity>
+<entity name="url.libxml.errorcodes">https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xmlerror.html</entity>
+<entity name="url.libxpm">http://www.ibiblio.org/pub/Linux/libs/X/!INDEX.html</entity>
+<entity name="url.libxslt">https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home</entity>
+<entity name="url.libzip">https://libzip.org/</entity>
+<entity name="url.lighttpd.doc">http://trac.lighttpd.net/trac/</entity>
+<entity name="url.litespeed.cpanel">https://docs.litespeedtech.com/cp/cpanel/quickstart/#easyapache-integration</entity>
+<entity name="url.litespeed.install">https://docs.openlitespeed.org/installation/source/</entity>
+<entity name="url.litespeed.lsws">https://docs.litespeedtech.com/products/lsws/installation/</entity>
+<entity name="url.litespeed.open">https://docs.openlitespeed.org/kb/category/php/</entity>
+<entity name="url.litespeed.packages">https://docs.litespeedtech.com/extapp/php/getting_started/#litespeed-repo-search-packages</entity>
+<entity name="url.litespeed.php">https://docs.litespeedtech.com/extapp/php/configuration/control/</entity>
+<entity name="url.litespeed.plesk">https://docs.litespeedtech.com/cp/plesk/</entity>
+<entity name="url.litespeed.web.server">https://docs.litespeedtech.com/extapp/php/getting_started/</entity>
+<entity name="url.lmdb">https://symas.com/lmdb/</entity>
+<entity name="url.lua">http://www.lua.org/</entity>
+<entity name="url.mac.fink">http://www.finkproject.org/</entity>
+<entity name="url.mac.homebrew">https://github.com/Homebrew/brew</entity>
+<entity name="url.mac.liip">http://php-osx.liip.ch/</entity>
+<entity name="url.mac.macports">http://www.macports.org/</entity>
+<entity name="url.mariadb">http://www.mariadb.org/</entity>
+<entity name="url.maxmind">http://www.maxmind.com/</entity>
+<entity name="url.maxmind.fips">http://www.maxmind.com/app/fips10_4</entity>
+<entity name="url.maxmind.geoip">http://www.maxmind.com/app/c</entity>
+<entity name="url.maxmind.iso3166">http://www.maxmind.com/en/iso3166</entity>
+<entity name="url.mcrypt">http://mcrypt.sourceforge.net/</entity>
+<entity name="url.mcrypt.bcm">http://www.quadibloc.com/crypto/co0409.htm</entity>
+<entity name="url.mcrypt.iv">http://www.ciphersbyritter.com/GLOSSARY.HTM#IV</entity>
+<entity name="url.memcache">http://www.memcached.org/</entity>
+<entity name="url.memcache.protocol">https://github.com/memcached/memcached/blob/master/doc/protocol.txt</entity>
+<entity name="url.mersenne">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html</entity>
+<entity name="url.mhash">http://mhash.sourceforge.net/</entity>
+<entity name="url.microsoft.controlservice">https://docs.microsoft.com/en-us/windows/desktop/api/winsvc/nf-winsvc-controlservice</entity>
+<entity name="url.microsoft.return.code">https://docs.microsoft.com/en-us/windows/desktop/debug/system-error-codes</entity>
+<entity name="url.microsoft.visualc.redistr">https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2022</entity>
+<entity name="url.mirrors">https://www.php.net/mirrors.php</entity>
+<entity name="url.ml.general.subscribe">[email protected]</entity>
+<entity name="url.ml.general.unsubscribe">[email protected]</entity>
+<entity name="url.mm">http://www.ossp.org/pkg/lib/mm/</entity>
+<entity name="url.mongodb.cifs">https://help.ubuntu.com/community/MountWindowsSharesPermanently</entity>
+<entity name="url.mongodb.composer">https://getcomposer.org/</entity>
+<entity name="url.mongodb.crud">https://github.com/mongodb/specifications/blob/master/source/crud/crud.md</entity>
+<entity name="url.mongodb.dochub.mapreduce">https://www.mongodb.com/docs/manual/core/map-reduce/</entity>
+<entity name="url.mongodb.dochub.security">https://www.mongodb.com/docs/manual/security/</entity>
+<entity name="url.mongodb.docs">https://www.mongodb.com/docs/manual/</entity>
+<entity name="url.mongodb.docs.bson">https://www.mongodb.com/docs/manual/reference/bson-types/</entity>
+<entity name="url.mongodb.docs.collation">https://www.mongodb.com/docs/upcoming/reference/collation/</entity>
+<entity name="url.mongodb.docs.command">https://www.mongodb.com/docs/manual/reference/command/</entity>
+<entity name="url.mongodb.docs.extendedjson">https://www.mongodb.com/docs/manual/reference/mongodb-extended-json/</entity>
+<entity name="url.mongodb.docs.gridfs">https://www.mongodb.com/docs/manual/core/gridfs/</entity>
+<entity name="url.mongodb.docs.maxtimems">https://www.mongodb.com/docs/manual/tutorial/terminate-running-operations/#maxtimems</entity>
+<entity name="url.mongodb.docs.objectid">https://www.mongodb.com/docs/manual/reference/bson-types/#objectid</entity>
+<entity name="url.mongodb.docs.readconcern">https://www.mongodb.com/docs/manual/reference/read-concern/</entity>
+<entity name="url.mongodb.docs.readpreference">https://www.mongodb.com/docs/manual/core/read-preference/</entity>
+<entity name="url.mongodb.docs.regex">https://www.mongodb.com/docs/manual/reference/operator/query/regex/</entity>
+<entity name="url.mongodb.docs.transactions">https://www.mongodb.com/docs/manual/core/transactions/</entity>
+<entity name="url.mongodb.docs.writeconcern">https://www.mongodb.com/docs/manual/reference/write-concern/</entity>
+<entity name="url.mongodb.doctrine">https://github.com/doctrine/mongodb</entity>
+<entity name="url.mongodb.doctrine-odm">https://github.com/doctrine/mongodb-odm</entity>
+<entity name="url.mongodb.drivers">https://www.mongodb.com/docs/drivers/</entity>
+<entity name="url.mongodb.github">https://github.com/mongodb/mongo-php-driver-legacy</entity>
+<entity name="url.mongodb.github.hhvm">https://github.com/mongodb/mongo-hhvm-driver</entity>
+<entity name="url.mongodb.github.new">https://github.com/mongodb/mongo-php-driver</entity>
+<entity name="url.mongodb.github.phpc">https://github.com/mongodb/mongo-php-driver</entity>
+<entity name="url.mongodb.github.phplib">https://github.com/mongodb/mongo-php-library</entity>
+<entity name="url.mongodb.glossary">https://www.mongodb.com/docs/manual/reference/glossary/</entity>
+<entity name="url.mongodb.hhvm.releases">https://github.com/mongodb/mongo-hhvm-driver/releases</entity>
+<entity name="url.mongodb.jira">https://jira.mongodb.org/browse/PHP</entity>
+<entity name="url.mongodb.jira.hhvm">https://jira.mongodb.org/browse/HHVM</entity>
+<entity name="url.mongodb.jira.phpc">https://jira.mongodb.org/browse/PHPC</entity>
+<entity name="url.mongodb.jira.phplib">https://jira.mongodb.org/browse/PHPLIB</entity>
+<entity name="url.mongodb.libbson">https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson</entity>
+<entity name="url.mongodb.libmongoc">https://github.com/mongodb/mongo-c-driver</entity>
+<entity name="url.mongodb.libmongocrypt">https://github.com/mongodb/libmongocrypt</entity>
+<entity name="url.mongodb.libmongocrypt.allow.list">https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#libmongocrypt-auto-encryption-allow-list</entity>
+<entity name="url.mongodb.library">https://github.com/mongodb/mongo-php-library</entity>
+<entity name="url.mongodb.library.apidocs">https://www.mongodb.com/docs/php-library/current/reference</entity>
+<entity name="url.mongodb.library.docs">https://www.mongodb.com/docs/php-library/current/</entity>
+<entity name="url.mongodb.sdam">https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.md</entity>
+<entity name="url.mongodb.sdam-monitoring">https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.md</entity>
+<entity name="url.mongodb.serverselection">https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection.md</entity>
+<entity name="url.mongodb.specs">https://github.com/mongodb/specifications</entity>
+<entity name="url.mongodb.specs.extendedjson">https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md</entity>
+<entity name="url.mongodb.wiki.crud">https://en.wikipedia.org/wiki/Create,_read,_update_and_delete</entity>
+<entity name="url.mongodb.wiki.decimal128">https://en.wikipedia.org/wiki/Decimal128_floating-point_format</entity>
+<entity name="url.mongodb.wiki.mitm">https://en.wikipedia.org/wiki/Man-in-the-middle_attack</entity>
+<entity name="url.mongodb.wiki.pkg-config">https://en.wikipedia.org/wiki/Pkg-config</entity>
+<entity name="url.mono">http://www.mono-project.com/</entity>
+<entity name="url.msoffice.serverside">http://support.microsoft.com/kb/257757</entity>
+<entity name="url.msql">https://hughestech.com.au/products/msql/</entity>
+<entity name="url.mysql">http://www.mysql.com/</entity>
+<entity name="url.mysql.charsets">http://dev.mysql.com/doc/mysql/en/charset-charsets.html</entity>
+<entity name="url.mysql.charsets.config">http://dev.mysql.com/doc/mysql/en/charset-configuration.html</entity>
+<entity name="url.mysql.docs">http://dev.mysql.com/doc/</entity>
+<entity name="url.mysql.docs.commit">http://dev.mysql.com/doc/mysql/en/commit.html</entity>
+<entity name="url.mysql.docs.connect.encryption">https://dev.mysql.com/doc/refman/8.0/en/encrypted-connection-options.html</entity>
+<entity name="url.mysql.docs.connect.shell.uri">https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-connection-using-uri.html</entity>
+<entity name="url.mysql.docs.date">http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html</entity>
+<entity name="url.mysql.docs.document-store">https://dev.mysql.com/doc/refman/8.0/en/document-store.html</entity>
+<entity name="url.mysql.docs.error">http://dev.mysql.com/doc/mysql/en/error-handling.html</entity>
+<entity name="url.mysql.docs.refresh">https://dev.mysql.com/doc/c-api/8.4/en/mysql-refresh.html</entity>
+<entity name="url.mysql.docs.replication">http://dev.mysql.com/doc/mysql/en/replication.html</entity>
+<entity name="url.mysql.docs.ssl.set">https://dev.mysql.com/doc/c-api/8.4/en/mysql-ssl-set.html</entity>
+<entity name="url.mysql.docs.ssl.using">https://dev.mysql.com/doc/en/using-encrypted-connections.html</entity>
+<entity name="url.mysql.docs.stmt-attr-set">http://dev.mysql.com/doc/en/mysql-stmt-attr-set.html</entity>
+<entity name="url.mysql.example">http://dev.mysql.com/doc/world-setup/en/index.html</entity>
+<entity name="url.mysql.sakila">http://dev.mysql.com/doc/sakila/en/index.html</entity>
+<entity name="url.net-snmp">http://www.net-snmp.org/</entity>
+<entity name="url.network.port-numbers">http://www.iana.org/assignments/port-numbers</entity>
+<entity name="url.nginx">https://www.nginx.com/resources/wiki/</entity>
+<entity name="url.nginx.wiki.install">https://www.nginx.com/resources/wiki/start/topics/tutorials/install/</entity>
+<entity name="url.oauth.examples">https://svn.php.net/viewvc/pecl/oauth/trunk/examples</entity>
+<entity name="url.oauth.problemreporting">http://wiki.oauth.net/ProblemReporting</entity>
+<entity name="url.oauth.provider.tutorial">http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html</entity>
+<entity name="url.oauth.scale">http://oauth.pbwiki.com/ScalableOAuth/</entity>
+<entity name="url.openal">https://www.openal.org/</entity>
+<entity name="url.openbsd">http://www.openbsd.org/</entity>
+<entity name="url.openbsd.chroot">http://www.openbsd.org/cgi-bin/man.cgi?query=chroot</entity>
+<entity name="url.openbsd.faq4">https://www.openbsd.org/faq/faq4.html#FilesNeeded</entity>
+<entity name="url.openbsd.packages">http://www.openbsd.org/cgi-bin/man.cgi?query=packages</entity>
+<entity name="url.openbsd.ports">http://www.openbsd.org/faq/ports/ports.html</entity>
+<entity name="url.openlink">http://www.openlinksw.com/</entity>
+<entity name="url.openssl">http://www.openssl.org/</entity>
+<entity name="url.openssl.ciphers">https://docs.openssl.org/master/man1/openssl-ciphers/</entity>
+<entity name="url.openssl.ciphers.mozilla">https://wiki.mozilla.org/Security/Server_Side_TLS#Recommended_Ciphersuite</entity>
+<entity name="url.openssl.config">https://docs.openssl.org/master/man5/config/</entity>
+<entity name="url.openssl.protocol-versions">https://docs.openssl.org/master/man3/SSL_CTX_set_min_proto_version/</entity>
+<entity name="url.openssl.security-level">https://docs.openssl.org/master/man3/SSL_CTX_set_security_level/</entity>
+<entity name="url.operator.source">https://github.com/jb-lopez/pecl-php-operator/</entity>
+<entity name="url.oracle.drcp.configure">https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/database-resident-connection-pooling.html</entity>
+<entity name="url.oracle.drcp.whitepaper">https://www.oracle.com/technetwork/topics/php/whatsnew/php-scalability-ha-twp-128842.pdf</entity>
+<entity name="url.oracle.instant.client">https://www.oracle.com/database/technologies/instant-client.html</entity>
+<entity name="url.oracle.oic.connect">https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-E5358DEA-D619-4B7B-A799-3D2F802500F1</entity>
+<entity name="url.oracle.taf.clientconfig">https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-8F532535-C401-4B51-BE0B-04FD74BB0621</entity>
+<entity name="url.oracle.taf.dbmsservice">https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-C11449DC-EEDE-4BB8-9D2C-0A45198C1928</entity>
+<entity name="url.oracle.taf.ociguide">https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-F7817CD2-4A2C-4D37-BD36-56DBABD4725F</entity>
+<entity name="url.oracle.taf.rac">https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-DEF850F6-27E9-428E-B8FC-530230D78AD2</entity>
+<entity name="url.oracle.taf.srvctl">https://www.oracle.com/pls/topic/lookup?ctx=dblatest&amp;id=GUID-8DC4D5E0-CA9D-47BC-BAD0-8769405AFEC5</entity>
+<entity name="url.oreilly.cjk-inf">https://resources.oreilly.com/examples/9781565922242/blob/master/doc/cjk.inf</entity>
+<entity name="url.packagist">https://packagist.org</entity>
+<!-- linking to specific packagist packages is done like so: &url.packagist.package;package_name -->
+<entity name="url.packagist.package">https://packagist.org/packages/</entity>
+<entity name="url.parle.lib">http://www.benhanson.net/</entity>
+<entity name="url.password.compat">https://github.com/ircmaxell/password_compat</entity>
+<entity name="url.pcre.changelog">http://www.pcre.org/original/changelog.txt</entity>
+<entity name="url.pcre.man">http://www.pcre.org/pcre.txt</entity>
+<entity name="url.pcre2.changelog">https://github.com/PCRE2Project/pcre2/blob/master/NEWS</entity>
+<entity name="url.pcre2.github">https://github.com/PCRE2Project/pcre2</entity>
+<entity name="url.pcre2.limits">https://pcre2project.github.io/pcre2/doc/pcre2limits/</entity>
+<entity name="url.pcre2.man">https://pcre2project.github.io/pcre2/doc/</entity>
+<entity name="url.pcre2.perlcompat">https://pcre2project.github.io/pcre2/doc/pcre2compat/</entity>
+<entity name="url.pcre2.website">https://pcre2project.github.io/pcre2/</entity>
+<entity name="url.pdf">http://www.pdflib.com/products/pdflib-family/</entity>
+<entity name="url.pdf.fpdf">http://www.fpdf.org/</entity>
+<entity name="url.pdf.tcpdf">http://www.tcpdf.org/</entity>
+<entity name="url.pear">https://pear.php.net/</entity>
+<entity name="url.pear.installation">https://pear.php.net/manual/en/installation.php</entity>
+<!-- linking to specific pear packages is done like so: &url.pear.package;package_name -->
+<entity name="url.pear.package">https://pear.php.net/package/</entity>
+<entity name="url.pecl">https://pecl.php.net/</entity>
+<!-- linking to specific pecl packages is done like so: &url.pecl.package;package_name -->
+<entity name="url.pecl.package">https://pecl.php.net/package/</entity>
+<entity name="url.pecl.package.get">https://pecl.php.net/get/</entity>
+<entity name="url.pecl.submit">https://pecl.php.net/package-new.php</entity>
+<entity name="url.pecl.vcs">https://svn.php.net/viewvc/pecl/</entity>
+<entity name="url.perconaserver">https://www.percona.com/mysql/software/percona-server-for-mysql</entity>
+<entity name="url.pgsql">http://www.postgresql.org/</entity>
+<entity name="url.pgsql.manual">http://www.postgresql.org/docs/current/interactive/</entity>
+<entity name="url.phd">https://wiki.php.net/doc/phd/</entity>
+<entity name="url.php">https://www.php.net/</entity>
+<entity name="url.php.anongit">https://www.php.net/git.php</entity>
+<entity name="url.php.bugs">https://github.com/php/php-src/issues</entity>
+<entity name="url.php.bugs.howtoreport">https://bugs.php.net/how-to-report.php</entity>
+<entity name="url.php.doc.downloads">https://www.php.net/download-docs.php</entity>
+<entity name="url.php.dochowto">https://doc.php.net/guide/</entity>
+<entity name="url.php.docs">https://www.php.net/docs.php</entity>
+<entity name="url.php.downloads">https://www.php.net/downloads.php</entity>
+<entity name="url.php.echm">https://www.php.net/docs-echm.php</entity>
+<entity name="url.php.git">https://github.com/php/</entity>
+<entity name="url.php.git.mirror">https://github.com/php/</entity>
+<entity name="url.php.git.phpini">https://github.com/php/php-src/blob/master/php.ini-production</entity>
+<!-- linking to specific source file is done like so: &url.php.git.src.master.view;file_path -->
+<entity name="url.php.git.src.master.view">https://github.com/php/php-src/blob/master/</entity>
+<entity name="url.php.gtk">http://gtk.php.net/</entity>
+<entity name="url.php.license">https://www.php.net/license/</entity>
+<entity name="url.php.mailing-lists">https://www.php.net/mailing-lists.php</entity>
+<entity name="url.php.museum">https://museum.php.net/</entity>
+<entity name="url.php.news">news://news.php.net/</entity>
+<entity name="url.php.newsweb">http://news.php.net/</entity>
+<entity name="url.php.pear">https://pear.php.net/</entity>
+<entity name="url.php.pear.cli">https://pear.php.net/manual/en/guide.users.commandline.cli.php</entity>
+<entity name="url.php.pear.manual">https://pear.php.net/manual/</entity>
+<entity name="url.php.prerelease">https://qa.php.net/</entity>
+<entity name="url.php.release1.0.0">http://groups.google.com/group/comp.infosystems.www.authoring.cgi/msg/cc7d43454d64d133</entity>
+<entity name="url.php.release4.1.0">https://www.php.net/releases/4_1_0.php</entity>
+<entity name="url.php.release4.2.0">https://www.php.net/releases/4_2_0.php</entity>
+<entity name="url.php.support">https://www.php.net/support.php</entity>
+<entity name="url.php.svn">https://svn.php.net/</entity>
+<entity name="url.php.talks">http://talks.php.net/</entity>
+<entity name="url.php.urlhowto">https://www.php.net/urlhowto.php</entity>
+<entity name="url.php.win.build">https://wiki.php.net/internals/windows/stepbystepbuild</entity>
+<entity name="url.php.win.build2">https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2</entity>
+<entity name="url.php.win.downloads">https://windows.php.net/download/</entity>
+<entity name="url.phpctv">https://phpc.tv/</entity>
+<entity name="url.phpdbg.docs">https://phpdbg.room11.org/</entity>
+<entity name="url.phpeditorlist">http://en.wikipedia.org/wiki/List_of_PHP_editors</entity>
+<entity name="url.pie">https://github.com/php/pie</entity>
+<entity name="url.pie.usage">https://php.github.io/pie/#docs/usage</entity>
+<entity name="url.powerarchiver">http://www.powerarchiver.com/</entity>
+<entity name="url.proleptic-gregorian-calendar">https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar</entity>
+<entity name="url.pslib">http://pslib.sourceforge.net/</entity>
+<entity name="url.pspell">http://aspell.net/</entity>
+<entity name="url.qdbm">http://fallabs.com/qdbm/index.html</entity>
+<entity name="url.qmail">http://cr.yp.to/qmail.html</entity>
+<entity name="url.quickzip">http://www.quickzip.org/</entity>
+<entity name="url.random.gamma-section">https://dl.acm.org/doi/10.1145/3503512</entity>
+<entity name="url.random.mersenne-twister">http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/ARTICLES/mt.pdf</entity>
+<entity name="url.random.pcg">https://www.pcg-random.org/</entity>
+<entity name="url.random.xoshiro">https://prng.di.unimi.it/</entity>
+<entity name="url.rar">http://www.rarlabs.com/</entity>
+<entity name="url.re2c">https://re2c.org/</entity>
+<entity name="url.readline">https://tiswww.case.edu/php/chet/readline/rltop.html</entity>
+<entity name="url.readline.windows">http://mingweditline.sourceforge.net/</entity>
+<entity name="url.rec-xml">http://www.w3.org/TR/1998/REC-xml-19980210</entity>
+<entity name="url.recode">http://directory.fsf.org/All_GNU_Packages/recode.html</entity>
+<entity name="url.relaxng">http://www.relaxng.org/</entity>
+<!-- linking to specific rfcs is done like so: &url.rfc;xxxx so for example &url.rfc;2042 -->
+<entity name="url.rfc">https://datatracker.ietf.org/doc/html/rfc</entity>
+<entity name="url.rnp">https://www.rnpgp.org/</entity>
+<entity name="url.rpmfind">http://www.rpmfind.net/</entity>
+<entity name="url.rpmfind.pbone">http://rpm.pbone.net/</entity>
+<entity name="url.rrd">http://www.mrtg.org/rrdtool/</entity>
+<entity name="url.sambar">http://www.sambar.com/</entity>
+<entity name="url.seaslog.document">https://seasx.github.io/SeasLog/</entity>
+<entity name="url.sed">http://www.gnu.org/software/sed/sed.html</entity>
+<entity name="url.session-fixation">https://acrossecurity.com/papers/session_fixation.pdf</entity>
+<entity name="url.session-save-handler">https://github.com/php/php-src/blob/master/ext/session/tests/save_handler.inc</entity>
+<entity name="url.setlocale.country.win32">http://msdn.microsoft.com/en-us/library/cdax410z.aspx</entity>
+<entity name="url.setlocale.lang.win32">http://msdn.microsoft.com/en-us/library/39cwe7zf.aspx</entity>
+<entity name="url.sleepycat">http://www.sleepycat.com/</entity>
+<entity name="url.smart.questions">http://www.catb.org/~esr/faqs/smart-questions.html</entity>
+<entity name="url.socket.faq">http://www.unixguide.net/network/socketfaq/</entity>
+<entity name="url.solid">http://www.solidtech.com/</entity>
+<entity name="url.solr.support">https://groups.google.com/forum/#!forum/php-solr</entity>
+<entity name="url.spec.dom.living.attr">&url.spec.dom.living.base;#interface-attr</entity>
+<entity name="url.spec.dom.living.base">https://dom.spec.whatwg.org/</entity>
+<entity name="url.spec.dom.living.characterdata">&url.spec.dom.living.base;#interface-characterdata</entity>
+<entity name="url.spec.dom.living.comment">&url.spec.dom.living.base;#interface-comment</entity>
+<entity name="url.spec.dom.living.node">&url.spec.dom.living.base;#interface-node</entity>
+<entity name="url.spec.dom3.attr">http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-637646024</entity>
+<entity name="url.spec.dom3.characterdata">http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-FF21A306</entity>
+<entity name="url.spec.dom3.comment">http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1728279322</entity>
+<entity name="url.spec.dom3.document">http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-i-Document</entity>
+<entity name="url.spec.dom3.node">http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1950641247</entity>
+<entity name="url.spec.dom3.nodelist">http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-536297177</entity>
+<entity name="url.spec.html401.accept-charset">http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accept-charset</entity>
+<entity name="url.sqlite">http://sqlite.org/</entity>
+<entity name="url.sqlite.collation">http://sqlite.org/datatype3.html#collation</entity>
+<entity name="url.sqlite.tempfiles">https://sqlite.org/tempfiles.html</entity>
+<entity name="url.sqlsrv">http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx</entity>
+<entity name="url.sqlsrv.connection.options">http://msdn.microsoft.com/en-us/library/ff628167.aspx</entity>
+<entity name="url.sqlsrv.connection.pooling">http://msdn.microsoft.com/en-us/library/cc644930.aspx</entity>
+<entity name="url.sqlsrv.default.phptypes">http://msdn.microsoft.com/en-us/library/cc296193.aspx</entity>
+<entity name="url.sqlsrv.direct.execution">http://msdn.microsoft.com/en-us/library/ff754356.aspx</entity>
+<entity name="url.sqlsrv.error.handling">http://msdn.microsoft.com/en-us/library/cc626302.aspx</entity>
+<entity name="url.sqlsrv.field.metadata">http://msdn.microsoft.com/en-us/library/cc296197.aspx</entity>
+<entity name="url.sqlsrv.linux-mac">https://docs.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac</entity>
+<entity name="url.sqlsrv.linuxodbc">http://www.microsoft.com/download/en/details.aspx?id=28160</entity>
+<entity name="url.sqlsrv.localdb">http://msdn.microsoft.com/en-us/library/hh487161.aspx</entity>
+<entity name="url.sqlsrv.localdbdownload">http://go.microsoft.com/fwlink/?LinkID=237665</entity>
+<entity name="url.sqlsrv.localdbinfo">http://msdn.microsoft.com/en-us/library/hh510202(SQL.110).aspx</entity>
+<entity name="url.sqlsrv.logging.activity">http://msdn.microsoft.com/en-us/library/cc296188.aspx</entity>
+<entity name="url.sqlsrv.repo">https://github.com/microsoft/msphpsql</entity>
+<entity name="url.sqlsrv.snac.x64download">http://go.microsoft.com/fwlink/?LinkID=239648</entity>
+<entity name="url.sqlsrv.snac.x86download">http://go.microsoft.com/fwlink/?LinkID=239647</entity>
+<entity name="url.sqlsrv.specify.cursortype">http://msdn.microsoft.com/en-us/library/ee376927.aspx</entity>
+<entity name="url.sqlsrv.specify.phptype">http://msdn.microsoft.com/en-us/library/cc296208.aspx</entity>
+<entity name="url.sqlsrv.specify.sqltype">http://msdn.microsoft.com/en-us/library/cc626305.aspx</entity>
+<entity name="url.sqlsrv.system.requirements">http://msdn.microsoft.com/en-us/library/cc296170.aspx</entity>
+<entity name="url.sqlsrv.transaction.handling">http://msdn.microsoft.com/en-us/library/cc296206.aspx</entity>
+<entity name="url.sqlsrv.v2driverdownload">http://download.microsoft.com/download/C/D/B/CDB0A3BB-600E-42ED-8D5E-E4630C905371/SQLSRV20.EXE</entity>
+<entity name="url.ssdeep.ctph">http://dfrws.org/2006/proceedings/12-Kornblum.pdf</entity>
+<entity name="url.ssdeep.libssdeep">http://ssdeep.sourceforge.net</entity>
+<entity name="url.stomp">https://stomp.github.io/</entity>
+<entity name="url.strftime.format.designer">http://strftime.net/</entity>
+<entity name="url.strftime.win32">http://msdn.microsoft.com/en-us/library/fe06s4ak.aspx</entity>
+<entity name="url.strnatcmp">https://github.com/sourcefrog/natsort</entity>
+<entity name="url.stuffit">http://www.stuffit.com/</entity>
+<entity name="url.svm">http://www.csie.ntu.edu.tw/~cjlin/libsvm</entity>
+<entity name="url.svn">http://subversion.apache.org/</entity>
+<entity name="url.svn.manual.add">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.add.html</entity>
+<entity name="url.svn.manual.cat">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.cat.html</entity>
+<entity name="url.svn.manual.checkout">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.checkout.html</entity>
+<entity name="url.svn.manual.cleanup">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.cleanup.html</entity>
+<entity name="url.svn.manual.commit">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.commit.html</entity>
+<entity name="url.svn.manual.delete">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.delete.html</entity>
+<entity name="url.svn.manual.diff">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.diff.html</entity>
+<entity name="url.svn.manual.externaldifftools">http://svnbook.red-bean.com/en/1.2/svn.advanced.externaldifftools.html</entity>
+<entity name="url.svn.manual.import">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.import.html</entity>
+<entity name="url.svn.manual.list">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.list.html</entity>
+<entity name="url.svn.manual.log">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.log.html</entity>
+<entity name="url.svn.manual.status">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.status.html</entity>
+<entity name="url.svn.manual.update">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.update.html</entity>
+<entity name="url.swoole.docs">https://wiki.swoole.com/</entity>
+<entity name="url.sybase">http://www.sybase.com/</entity>
+<entity name="url.symbole-legendre">http://primes.utm.edu/glossary/page.php?sort=LegendreSymbol</entity>
+<entity name="url.symmetric.difference">https://en.wikipedia.org/wiki/Symmetric_difference</entity>
+<entity name="url.sys.stat.header">http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html</entity>
+<entity name="url.t1lib">http://www.ibiblio.org/pub/Linux/libs/graphics/</entity>
+<entity name="url.tcadb">http://fallabs.com/tokyocabinet/</entity>
+<entity name="url.tidb">https://www.pingcap.com/tidb/</entity>
+<entity name="url.tidy">http://tidy.sourceforge.net/</entity>
+<entity name="url.tidy.conf">http://api.html-tidy.org/#quick-reference</entity>
+<entity name="url.tidy5">http://www.html-tidy.org/</entity>
+<entity name="url.tidyp">https://github.com/petdance/tidyp</entity>
+<entity name="url.trader.lib">https://ta-lib.org/</entity>
+<entity name="url.trader.unstable-period">https://ta-lib.org/api/?h=unstable#Unstable+Period</entity>
+<entity name="url.ui.libui">https://github.com/andlabs/libui</entity>
+<entity name="url.ultimatezip">http://www.ultimatezip.com/</entity>
+<entity name="url.unicode">http://www.unicode.org/</entity>
+<entity name="url.unicode.bidirectional">http://www.unicode.org/reports/tr9/</entity>
+<entity name="url.unicode.normalization">http://unicode.org/reports/tr15/</entity>
+<entity name="url.unicode.normalization.faq">http://unicode.org/faq/normalization.html</entity>
+<entity name="url.unicode.reports">http://www.unicode.org/reports/tr21/</entity>
+<entity name="url.unicode.reports.tr">http://www.unicode.org/reports/tr</entity>
+<entity name="url.unicode.ucd">http://www.unicode.org/ucd/</entity>
+<entity name="url.unixodbc">http://www.unixodbc.org/</entity>
+<entity name="url.url.rfc3986">https://www.ietf.org/rfc/rfc3986.txt</entity>
+<entity name="url.url.whatwg-url">https://url.spec.whatwg.org/</entity>
+<entity name="url.userlandnaming.cs">https://github.com/php/php-src/raw/master/CODING_STANDARDS.md</entity>
+<entity name="url.uuid">http://www.ossp.org/pkg/lib/uuid/</entity>
+<entity name="url.v8engine">http://code.google.com/p/v8/</entity>
+<entity name="url.varnish.cache">https://www.varnish-cache.org/</entity>
+<entity name="url.wampserver">https://www.wampserver.com</entity>
+<entity name="url.wddx">http://www.openwddx.org/</entity>
+<entity name="url.wiki.complement">https://en.wikipedia.org/wiki/Complement_(set_theory)</entity>
+<entity name="url.wiki.intersection">https://en.wikipedia.org/wiki/Intersection_(set_theory)</entity>
+<entity name="url.wiki.leap-seconds">http://en.wikipedia.org/wiki/Leap_second</entity>
+<entity name="url.wiki.quicksort">http://en.wikipedia.org/wiki/Quicksort</entity>
+<entity name="url.wiki.recursive-acronym">http://en.wikipedia.org/wiki/Recursive_acronym</entity>
+<entity name="url.wiki.symmetric.difference">https://en.wikipedia.org/wiki/Symmetric_difference</entity>
+<entity name="url.wiki.tzdb.names">https://en.wikipedia.org/wiki/Tz_database#Names_of_timezones</entity>
+<entity name="url.wiki.union.set">https://en.wikipedia.org/wiki/Union_(set_theory)</entity>
+<entity name="url.wiki.windows.build.howto">https://wiki.php.net/internals/windows/stepbystepbuild</entity>
+<entity name="url.win32service.kb914392">https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/914392</entity>
+<entity name="url.wincmd">http://www.ghisler.com/</entity>
+<entity name="url.winhelp">http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp</entity>
+<entity name="url.winrar">http://www.rarlab.com/</entity>
+<entity name="url.winzip">http://www.winzip.com/</entity>
+<entity name="url.wkhtmltopdf">http://wkhtmltopdf.org</entity>
+<entity name="url.xampp">https://www.apachefriends.org/</entity>
+<entity name="url.xattr">http://savannah.nongnu.org/projects/attr/</entity>
+<entity name="url.xchm">http://xchm.sourceforge.net/</entity>
+<entity name="url.xdebug">http://xdebug.org/</entity>
+<entity name="url.xdiff">http://www.xmailserver.org/xdiff-lib.html</entity>
+<entity name="url.xforms">http://www.w3.org/MarkUp/Forms/</entity>
+<entity name="url.xforms.htmlauthors">http://www.w3.org/MarkUp/Forms/2003/xforms-for-html-authors.html</entity>
+<entity name="url.xhprof.docs.facebook">http://web.archive.org/web/20110514095512/http://mirror.facebook.net/facebook/xhprof/doc.html</entity>
+<entity name="url.xhprof.gui.fork1">http://github.com/preinheimer/xhprof</entity>
+<entity name="url.xinclude.spec">http://www.w3.org/TR/xinclude/</entity>
+<entity name="url.xitami">http://www.xitami.com/</entity>
+<entity name="url.xkcd">http://xkcd.com/</entity>
+<entity name="url.xml">http://www.w3.org/XML/</entity>
+<entity name="url.xmlrpc">http://www.xmlrpc.com/</entity>
+<entity name="url.xmlrpc-epi">http://xmlrpc-epi.sourceforge.net/</entity>
+<entity name="url.xslt">http://www.w3.org/TR/xslt</entity>
+<entity name="url.yaf.benchmarks">http://www.laruence.com/2011/12/02/2333.html</entity>
+<entity name="url.yaml">http://www.yaml.org/</entity>
+<entity name="url.yaml.libyaml">http://pyyaml.org/wiki/LibYAML</entity>
+<entity name="url.yaz">http://www.indexdata.dk/yaz/</entity>
+<entity name="url.yaz-ccl">https://software.indexdata.com/yaz/doc/tools.html#CCL</entity>
+<entity name="url.yaz-loc">http://www.loc.gov/z3950/agency/</entity>
+<entity name="url.yaz-loc-bib1">http://www.loc.gov/z3950/agency/defns/bib1.html</entity>
+<entity name="url.yaz-marcxml">http://www.loc.gov/standards/marcxml/</entity>
+<entity name="url.yaz-phpyaz">http://www.indexdata.dk/phpyaz/</entity>
+<entity name="url.yaz-proxy">http://www.indexdata.dk/yazproxy/</entity>
+<entity name="url.yaz.ftp">http://ftp.indexdata.dk/pub/yaz/</entity>
+<entity name="url.yaz.ftp.win32">http://ftp.indexdata.dk/pub/yaz/win32/</entity>
+<entity name="url.yaz.ill">http://www.collectionscanada.ca/iso/ill/stanprf.htm</entity>
+<entity name="url.yaz.specs">http://www.collectionscanada.ca/iso/ill/document/standard/z-ill-1a.pdf</entity>
+<entity name="url.yaz.z3950.4">http://www.loc.gov/z3950/agency/markup/04.html#3.2.1.1.4</entity>
+<entity name="url.yaz.zoom.ext">https://software.indexdata.com/yaz/doc/zoom.html</entity>
+<entity name="url.zend">http://www.zend.com/</entity>
+<entity name="url.zend.ide">http://www.zend.com/en/products/studio/</entity>
+<entity name="url.zeromq">http://zeromq.org/</entity>
+<entity name="url.zlib">http://www.zlib.net/</entity>
+<entity name="url.zlib.manual">http://www.zlib.net/manual.html</entity>
+<entity name="url.zookeeper">https://zookeeper.apache.org/</entity>
+<entity name="url.zookeeper.doc.cbinding">https://zookeeper.apache.org/doc/current/zookeeperProgrammers.html#C+Binding</entity>
+
+</entities>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.