Skip to content

Commit b300c6b

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Disable LSan for all PDO_Firebird tests
2 parents 63c558b + f6c15e2 commit b300c6b

22 files changed

+43
-0
lines changed

ext/pdo_firebird/tests/bug_47415.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79
require 'testdb.inc';

ext/pdo_firebird/tests/bug_48877.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter).
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79

ext/pdo_firebird/tests/bug_53280.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
PDO_Firebird: bug 53280 segfaults if query column count is less than param count
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79

ext/pdo_firebird/tests/bug_62024.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79

ext/pdo_firebird/tests/bug_64037.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #64037 Firebird return wrong value for numeric field
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79

ext/pdo_firebird/tests/bug_72583.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
PDO_Firebird: Feature 72583 Fetch integers as php integers not as strings
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79
require 'testdb.inc';

ext/pdo_firebird/tests/bug_72931.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
PDO_Firebird: Bug 72931 Insert returning fails on Firebird 3
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79
require 'testdb.inc';

ext/pdo_firebird/tests/bug_73087.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
PDO_Firebird: bug 73087 segfault binding blob parameter
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79
require 'testdb.inc';

ext/pdo_firebird/tests/bug_74462.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
PDO_Firebird: Bug #74462 Returns only NULLs for boolean fields
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79
require 'testdb.inc';

ext/pdo_firebird/tests/bug_76488.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
PDO_Firebird: Bug #76488 Memory leak when fetching a BLOB field
33
--SKIPIF--
44
<?php require('skipif.inc'); ?>
5+
--ENV--
6+
LSAN_OPTIONS=detect_leaks=0
57
--FILE--
68
<?php
79
require 'testdb.inc';

0 commit comments

Comments
 (0)