We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8556a91 commit e20b3f3Copy full SHA for e20b3f3
ext/pdo_firebird/tests/common.phpt
@@ -9,8 +9,8 @@ pdo_firebird
9
# magic auto-configuration
10
11
$config = array(
12
- // A bug in firebird causes a memory leak when calling `isc_attach_database()`. See https://github.com/FirebirdSQL/firebird/issues/7849
13
- 'ENV' => ['LSAN_OPTIONS' => 'detect_leaks=0'],
+ //// A bug in firebird causes a memory leak when calling `isc_attach_database()`. See https://github.com/FirebirdSQL/firebird/issues/7849
+ //'ENV' => ['LSAN_OPTIONS' => 'detect_leaks=0'],
14
'TESTS' => 'ext/pdo/tests'
15
);
16
0 commit comments