[DOC-CVS] [doc-base] master: Add ext/operator book (#246)
[email protected] ("J. B. Lopez via GitHub") Thu, 25 Jun 2026 16:57:54 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: J. B. Lopez (jb-lopez)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-06-25T18:57:51+02:00
Commit: https://github.com/php/doc-base/commit/cc97f51d5c6eda68da5fe0973789c219cd333fc0
Raw diff: https://github.com/php/doc-base/commit/cc97f51d5c6eda68da5fe0973789c219cd333fc0.diff
Add ext/operator book (#246)
* Add ext/operator documentation
Changed paths:
M entities/global.ent
M manual.xml
Diff:
diff --git a/entities/global.ent b/entities/global.ent
index 189ffa0ccd..799a7d7a67 100644
--- a/entities/global.ent
+++ b/entities/global.ent
@@ -371,6 +371,7 @@
<!ENTITY url.openssl.ciphers.mozilla "https://wiki.mozilla.org/Security/Server_Side_TLS#Recommended_Ciphersuite">
<!ENTITY url.openssl.security-level "https://docs.openssl.org/master/man3/SSL_CTX_set_security_level/">
<!ENTITY url.openssl.config "https://docs.openssl.org/master/man5/config/">
+<!ENTITY url.operator.source "https://github.com/jb-lopez/pecl-php-operator/">
<!ENTITY url.oracle.instant.client "https://www.oracle.com/database/technologies/instant-client.html">
<!ENTITY url.oracle.oic.connect "https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-E5358DEA-D619-4B7B-A799-3D2F802500F1">
<!ENTITY url.oracle.drcp.configure "https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/database-resident-connection-pooling.html">
diff --git a/manual.xml b/manual.xml
index 2c85e402bb..c8a3521703 100644
--- a/manual.xml
+++ b/manual.xml
@@ -137,6 +137,7 @@
&reference.errorfunc.book;
&reference.ffi.book;
&reference.opcache.book;
+ &reference.operator.book;
&reference.outcontrol.book;
&reference.info.book;
&reference.phpdbg.book;