1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

ext/pdo_pgsql: fix typo (#14263)

This commit is contained in:
KentarouTakeda
2024-05-18 19:29:26 +09:00
committed by GitHub
parent 22c7250d50
commit dde5c65bfd
+1 -1
View File
@@ -30,7 +30,7 @@
static zend_class_entry *PdoPgsql_ce;
/* {{{ pdo_sqlite_deps */
/* {{{ pdo_pgsql_deps */
static const zend_module_dep pdo_pgsql_deps[] = {
ZEND_MOD_REQUIRED("pdo")
ZEND_MOD_END