Skip to content

Fix unchecked sqlite3_column_text() calls#22715

Merged
ndossche merged 1 commit into
php:masterfrom
ndossche:pdo-sqlite-clesss
Jul 20, 2026
Merged

Fix unchecked sqlite3_column_text() calls#22715
ndossche merged 1 commit into
php:masterfrom
ndossche:pdo-sqlite-clesss

Conversation

@ndossche

Copy link
Copy Markdown
Member

This is the pdo equivalent of GH-22045. Notably it does not include a change for the blob call because ZVAL_STRINGL_FAST already takes care of that implicitly.

This is the pdo equivalent of phpGH-22045. Notably it does not include a
change for the blob call because ZVAL_STRINGL_FAST already takes care of
that implicitly.

@LamentXU123 LamentXU123 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ndossche
ndossche merged commit b82fc3c into php:master Jul 20, 2026
18 checks passed
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.

3 participants