Skip to content

PHP 7.4: account for removal of the interbase/Firebird extension#807

Merged
wimg merged 4 commits intomasterfrom
php-7.4/removed-extensions-interbase
Jun 20, 2019
Merged

PHP 7.4: account for removal of the interbase/Firebird extension#807
wimg merged 4 commits intomasterfrom
php-7.4/removed-extensions-interbase

Conversation

@jrfnl
Copy link
Copy Markdown
Member

@jrfnl jrfnl commented May 31, 2019

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

@wimg wimg merged commit 16837fa into master Jun 20, 2019
@delete-merged-branch delete-merged-branch bot deleted the php-7.4/removed-extensions-interbase branch June 20, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants