Skip to content

Commit 6fb81d2

Browse files
test(pdo_pgsql): Exclude pdo implicitly required by pdo_pgsql from EXTENSIONS (php#16116)
1 parent d8cee06 commit 6fb81d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+0
-49
lines changed

ext/pdo_pgsql/tests/bug36727.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #36727 (segfault in bindValue() when no parameters are defined)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug43925.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #43925 (Incorrect argument counter in prepared statements with pgsql)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug46274.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #46274 (pdo_pgsql - Segfault when using PDO::ATTR_STRINGIFY_FETCHES and blob)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug46274_2.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #46274 (pdo_pgsql - Segfault when using PDO::ATTR_STRINGIFY_FETCHES and blob)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug48764.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug61267.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO::exec() returns 0 when the statement is a SELECT.
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug62479.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL Bug #62479 (PDO-psql cannot connect if password contains spaces)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug62498-32bit.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL Bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used), 32-bit
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug62498.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL Bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used), 64-bit
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug62593.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL Bug #62593 (Emulate prepares behave strangely with PARAM_BOOL)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

0 commit comments

Comments
 (0)