Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebird: PHP deprecation warning when retrieving null BLOB #811

Closed
dregad opened this issue Mar 15, 2022 · 0 comments
Closed

Firebird: PHP deprecation warning when retrieving null BLOB #811

dregad opened this issue Mar 15, 2022 · 0 comments
Assignees
Labels
bug firebird Firebird (Tier 2) PHP8.1 PHP8.1 Compatibility Issues
Milestone

Comments

@dregad
Copy link
Member

dregad commented Mar 15, 2022

Executing a SELECT statement against a table containing a null BLOB triggers deprecation warnings in PHP 8.1

$rs = $db->GetRow('SELECT * from rdb$database');
PHP Deprecated:  fbird_blob_info(): Passing null to parameter #2 ($blob_id) of type string is deprecated in .../adodb/drivers/adodb-firebird.inc.php on line 789
PHP Deprecated:  fbird_blob_open(): Passing null to parameter #2 ($blob_id) of type string is deprecated in .../adodb/drivers/adodb-firebird.inc.php on line 790
@dregad dregad added bug firebird Firebird (Tier 2) PHP8.1 PHP8.1 Compatibility Issues labels Mar 15, 2022
@dregad dregad added this to the v5.22.1 milestone Mar 15, 2022
@dregad dregad self-assigned this Mar 15, 2022
@dregad dregad closed this as completed in eedf995 Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug firebird Firebird (Tier 2) PHP8.1 PHP8.1 Compatibility Issues
Projects
None yet
Development

No branches or pull requests

1 participant