Skip to content

Commit

Permalink
Remove unused PHP_PGSQL_API_VERSION (php#14629)
Browse files Browse the repository at this point in the history
The pgsql extension headers aren't installed and this API version hasn't
been used nor bumped yet.
  • Loading branch information
petk authored Jun 21, 2024
1 parent 338be9d commit 05f3304
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/pgsql/php_pgsql.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 05f3304

Please sign in to comment.