David Carlier
|
0f428ae240
|
Merge branch 'PHP-8.0' into PHP-8.1
|
2022-06-02 17:35:45 +01:00 |
|
Yurun
|
df52903ee0
|
Closes GH-8626: Fix PDOStatement->execute() failed.
Then execute successfully, errorInfo() information is incorrect
|
2022-06-02 17:32:43 +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 |
|
Fabien Villepinte
|
26dfce7f36
|
Replace dirname(__FILE__) by __DIR__ in tests
|
2019-03-15 22:55:30 +01:00 |
|
Gabriel Caruso
|
ded3d984c6
|
Use EXPECT instead of EXPECTF when possible
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
|
2018-02-20 21:53:48 +01:00 |
|
Matteo Beccati
|
f5130c3058
|
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
|
2014-11-06 16:35:49 +01:00 |
|
Will Fitch
|
d922e801ee
|
Bug #62593 Updated test to verify bindParam doesn't change original value
|
2012-10-30 14:32:27 +01:00 |
|
Will Fitch
|
646c0e5738
|
Bug #62593 Updated to always treat zval by value
|
2012-10-30 14:32:22 +01:00 |
|
Will Fitch
|
f0835c002d
|
Bug #62593 Added test for change
|
2012-10-30 14:32:16 +01:00 |
|