History log of /php-src/ext/pdo_sqlite/tests/bug81740.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# da5cbca2 19-Dec-2022 Christoph M. Becker

Force extension loading for new test


# cf5dac07 19-Dec-2022 Christoph M. Becker

Skip newly added test on 32bit platforms

That bug didn't affect 32bit platforms, and besides, it is rather
unlikely that allocating a 2GB string works on such platforms.


# 921b6813 31-Oct-2022 Christoph M. Becker

Fix #81740: PDO::quote() may return unquoted string

`sqlite3_snprintf()` expects its first parameter to be `int`; we need
to avoid overflow.