php-src/ext/pdo_firebird
Christoph M. Becker 96840072fc
Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498)
We

* Document the fbclient 3.0+ version requirement

* Windows: check existence of Interface.h
  Since we now require fbclient (3.0), we can drop support for the
  Interbase gds32_ms.lib right away.

* POSIX: check for minimum required libfbclient version with fb_config

* POSIX: check for `fb_get_master_interface()`
  The existence of `isc_detach_database` is implied by this.

* POSIX: remove detection of unsupported or even wrong libraries
  libgds is for old Interbase which is incompatible with pdo_firebird for
  may years, and libib_util is a utitity library, not a replacement for
  libfbclient.

Co-authored-by: Peter Kokot <peterkokot@gmail.com>
2024-08-20 16:00:00 +02:00
..
tests pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
config.m4 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
config.w32 Cater to raised requirement of fbclient 3.0+ for pdo_firebird (GH-15498) 2024-08-20 16:00:00 +02:00
CREDITS Cleanup $ is not needed for git 2014-04-10 17:42:32 +03:00
firebird_driver.c pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
firebird_statement.c pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
pdo_firebird_arginfo.h ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
pdo_firebird_utils.cpp pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
pdo_firebird_utils.h pdo_firebird: Formatting time zone types 2024-08-13 01:25:48 +02:00
pdo_firebird.c ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
pdo_firebird.stub.php ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
php_pdo_firebird_int.h ext/pdo_firebird: Added getApiVersion() and removed from getAttribute (#15004) 2024-07-18 11:17:52 +09:00
php_pdo_firebird.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00