PHP 7.4: account for removal of the interbase/Firebird extension by jrfnl · Pull Request #807 · PHPCompatibility/PHPCompatibility

The interbase/Firebird extension has been moved to PECL in PHP 7.4.

AFAICS, there is no deprecation period.

Alternatives will be PECL/ibase or PDO/Firebird, but as the PDO extension does not have the same functionality (based on various sources), I have chosen to recommend the PECL version.

This PR takes care of adding removed errors for all interbase ini directives, constants and functions, as well as the generic extension removed error.

Includes unit tests for all changes.

Refs:

Related #808