Skip to content

fails with mysqli adapter on PHP 8.0 #181

@croensch

Description

@croensch

When using the mysqli adapter (Zend_Db_Statement_Mysqli):

mysqli_stmt::bind_param() does not accept unknown named parameters

I believe this is because even though Zend_Validate_Db_Abstract->getSelect() checks if the adapter supports named parameters, and if not builds the query with a positional parameter, it always binds a named parameter in ->_query().

The tests don't cover this yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions