1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused PHP_PGSQL_API_VERSION (#14629)

The pgsql extension headers aren't installed and this API version hasn't
been used nor bumped yet.
This commit is contained in:
Peter Kokot
2024-06-21 23:31:20 +02:00
committed by GitHub
parent 338be9dd9c
commit 05f3304b48

View File

@@ -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