Skip to content

Commit 05f3304

Browse files
authored
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.
1 parent 338be9d commit 05f3304

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/pgsql/php_pgsql.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
#ifdef HAVE_PGSQL
2222

23-
#define PHP_PGSQL_API_VERSION 20140217
24-
2523
extern zend_module_entry pgsql_module_entry;
2624
#define pgsql_module_ptr &pgsql_module_entry
2725

0 commit comments

Comments
 (0)