Skip to content

Commit 148dc1d

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/pgsql: Fix preprocessor guard typo that silently disabled a feature
2 parents c56e8ca + b0470d1 commit 148dc1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/pgsql/pgsql.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
* @cvalue PGSQL_DML_STRING
415415
*/
416416
const PGSQL_DML_STRING = UNKNOWN;
417-
#ifdef PQTRACE_SUPPPRESS_TIMESTAMPS
417+
#ifdef PQTRACE_SUPPRESS_TIMESTAMPS
418418
/**
419419
* @var int
420420
* @cvalue PQTRACE_SUPPRESS_TIMESTAMPS

ext/pgsql/pgsql_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)