1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 07:42:10 +01:00

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: https://github.com/php/php-src/pull/21386

For patch-version notation precedent, see MYSQLI_REFRESH_REPLICA
(Available as of PHP 8.1.2, doc-en PR #1006).
This commit is contained in:
KentarouTakeda
2026-03-14 20:31:04 +09:00
committed by GitHub
parent 5f1a92089f
commit f5419b6edd

View File

@@ -951,7 +951,7 @@
<simpara>
To be used with <function>pg_trace</function>,
the timestamp is not included in the trace's messages.
Available as of PHP 8.3.0.
Available as of PHP 8.4.20.
</simpara>
</listitem>
</varlistentry>