Skip to content

Commit e620981

Browse files
vranailuuu1994
authored andcommitted
Use PHP version instead of invalid $Revision$
1 parent 23ea6be commit e620981

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

reference/mysqlnd/plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@
284284
<para>
285285
Plugin developers can determine the <literal>mysqlnd</literal>
286286
version through accessing <literal>MYSQLND_VERSION</literal>, which
287-
is a string of the format <quote>mysqlnd 5.0.7-dev - 091210 -
288-
$Revision: 300535</quote>, or through
287+
is a string of the format <quote>mysqlnd 8.3.17</quote>, or through
289288
<literal>MYSQLND_VERSION_ID</literal>, which is an integer such as
290289
50007. Developers can calculate the version number as follows:
291290
</para>

reference/reflection/reflectionextension/construct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ printf('Extension: %s (version: %s)', $ext->getName(), $ext->getVersion());
5757
&example.outputs.similar;
5858
<screen>
5959
<![CDATA[
60-
Extension: Reflection (version: $Revision$)
60+
Extension: Reflection (version: 8.3.17)
6161
]]>
6262
</screen>
6363
</example>

reference/reflection/reflectionextension/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ext->info();
4949
mysqli
5050
5151
MysqlI Support => enabled
52-
Client API library version => mysqlnd 5.0.5-dev - 081106 - $Revision$
52+
Client API library version => mysqlnd 8.3.17
5353
Active Persistent Links => 0
5454
Inactive Persistent Links => 0
5555
Active Links => 0

0 commit comments

Comments
 (0)