[DOC-CVS] [doc-en] master: Fix PGSQL_TRACE_SUPPRESS_TIMESTAMPS version: 8.3.0 → 8.4.20 (#5422)

[email protected] (KentarouTakeda via GitHub) Sat, 14 Mar 2026 11:31:06 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: KentarouTakeda (KentarouTakeda)
Committer: GitHub (web-flow)
Pusher: devnexen
Date: 2026-03-14T11:31:04Z

Commit: https://github.com/php/doc-en/commit/f5419b6eddbbb69317b0b3e6d752532ee2ed0b2a
Raw diff: https://github.com/php/doc-en/commit/f5419b6eddbbb69317b0b3e6d752532ee2ed0b2a.diff

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).

Changed paths:
  M  reference/pgsql/constants.xml


Diff:

diff --git a/reference/pgsql/constants.xml b/reference/pgsql/constants.xml
index f28f4d2816d1..d856d5b7dd6f 100644
--- a/reference/pgsql/constants.xml
+++ b/reference/pgsql/constants.xml
@@ -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>