[GIT-PULLS] [php-src] PR #22715: Fix unchecked sqlite3_column_text() calls
[email protected] (ndossche)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22715 Author: ndossche 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.