[DOC-CVS] [doc-en] master: Use PHP version instead of invalid $Revision$
[email protected] (Jakub Vrana)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jakub Vrana (vrana)
Date: 2025-04-15T13:39:45+02:00
Commit: https://github.com/php/doc-en/commit/a7431bbf7bf596d076db2de5f0bb7696eb7c431e
Raw diff: https://github.com/php/doc-en/commit/a7431bbf7bf596d076db2de5f0bb7696eb7c431e.diff
Use PHP version instead of invalid $Revision$
Changed paths:
M reference/mysqlnd/plugin.xml
M reference/reflection/reflectionextension/construct.xml
M reference/reflection/reflectionextension/info.xml
Diff:
diff --git a/reference/mysqlnd/plugin.xml b/reference/mysqlnd/plugin.xml
index 7412a5cb8b2b..d70fec6f1d8e 100644
--- a/reference/mysqlnd/plugin.xml
+++ b/reference/mysqlnd/plugin.xml
@@ -283,8 +283,7 @@
<para>
Plugin developers can determine the <literal>mysqlnd</literal>
version through accessing <literal>MYSQLND_VERSION</literal>, which
- is a string of the format <quote>mysqlnd 5.0.7-dev - 091210 -
- $Revision: 300535</quote>, or through
+ is a string of the format <quote>mysqlnd 8.3.17</quote>, or through
<literal>MYSQLND_VERSION_ID</literal>, which is an integer such as
50007. Developers can calculate the version number as follows:
</para>
diff --git a/reference/reflection/reflectionextension/construct.xml b/reference/reflection/reflectionextension/construct.xml
index 44d88da104d8..db43948bfa2f 100644
--- a/reference/reflection/reflectionextension/construct.xml
+++ b/reference/reflection/reflectionextension/construct.xml
@@ -56,7 +56,7 @@ printf('Extension: %s (version: %s)', $ext->getName(), $ext->getVersion());
&example.outputs.similar;
<screen>
<![CDATA[
-Extension: Reflection (version: $Revision$)
+Extension: Reflection (version: 8.3.17)
]]>
</screen>
</example>
diff --git a/reference/reflection/reflectionextension/info.xml b/reference/reflection/reflectionextension/info.xml
index 2ce24e174501..189fd9623c6d 100644
--- a/reference/reflection/reflectionextension/info.xml
+++ b/reference/reflection/reflectionextension/info.xml
@@ -48,7 +48,7 @@ $ext->info();
mysqli
MysqlI Support => enabled
-Client API library version => mysqlnd 5.0.5-dev - 081106 - $Revision$
+Client API library version => mysqlnd 8.3.17
Active Persistent Links => 0
Inactive Persistent Links => 0
Active Links => 0