From 576e0cf9b0837079530deb847e359a89f49e36ee Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 21 Jun 2024 21:25:30 +0200 Subject: [PATCH] Remove unused PHP_PGSQL_API_VERSION The pgsql extension headers aren't installed and this API version hasn't been used nor bumped yet. --- ext/pgsql/php_pgsql.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 5e661e1065f9..da6d56f4e65c 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -20,8 +20,6 @@ #ifdef HAVE_PGSQL -#define PHP_PGSQL_API_VERSION 20140217 - extern zend_module_entry pgsql_module_entry; #define pgsql_module_ptr &pgsql_module_entry