KentarouTakeda
|
6fb81d2360
|
test(pdo_pgsql): Exclude pdo implicitly required by pdo_pgsql from EXTENSIONS (#16116)
|
2024-09-29 08:20:29 +01:00 |
|
Nikita Popov
|
39131219e8
|
Migrate more SKIPIF -> EXTENSIONS (#7139)
This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.
|
2021-06-11 12:58:44 +02:00 |
|
Nikita Popov
|
737195c3ae
|
PDO: Honor ATTR_STRINGIFY_FETCHES for booleans
Of the important PDO drivers, this affects only PDO PgSQL, as
both MySQL and SQLite do not return native boolean types.
|
2020-12-21 15:32:32 +01:00 |
|
Nikita Popov
|
f8d795820e
|
Reindent phpt files
|
2020-02-03 22:52:20 +01:00 |
|
Matteo Beccati
|
b19fdc18a9
|
Fix FR #71885 (Allow escaping question mark placeholders)
|
2019-07-22 19:35:03 +02:00 |
|