Skip to content

Commit f5419b6

Browse files
Fix PGSQL_TRACE_SUPPRESS_TIMESTAMPS version: 8.3.0 → 8.4.20 (#5422)
Due to a preprocessor guard typo in pgsql.stub.php (`PQTRACE_SUPPPRESS_TIMESTAMPS` — triple P), this constant was never registered. Fixed in php-src and will be available from PHP 8.4.20. php-src fix: php/php-src#21386 For patch-version notation precedent, see MYSQLI_REFRESH_REPLICA (Available as of PHP 8.1.2, doc-en PR #1006).
1 parent 5f1a920 commit f5419b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/pgsql/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
<simpara>
952952
To be used with <function>pg_trace</function>,
953953
the timestamp is not included in the trace's messages.
954-
Available as of PHP 8.3.0.
954+
Available as of PHP 8.4.20.
955955
</simpara>
956956
</listitem>
957957
</varlistentry>

0 commit comments

Comments
 (0)