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

ext/pdo_pgsql/tests/bug64953.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 #64953 (Postgres prepared statement positional parameter casting)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug66584.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 #66584 (Segmentation fault on statement deallocation)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug67462.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 #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug68199.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug68371.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 #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug69344.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 #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug69362.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 #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug69752.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 #69752 (memory leak with closeCursor)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug70313.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 #70313 (PDO statement fails to throw exception)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug70861.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #70861 Segmentation fault in pdo_parse_params() during Drupal 8 test suite
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug71573.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #71573 (Segfault (core dumped) if paramno beyond bound)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug71885.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Request #71855 (PDO placeholder escaping)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug71885_2.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Request #71855 (PDO placeholder escaping, part 2)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug72294.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #72294 Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug72570.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 #72570 (Segmentation fault when binding parameters on a query without placeholders)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug72633.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 #72633 (Postgres PDO lastInsertId() should work without specifying a sequence)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug73959.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #73959 (lastInsertId fails to throw an exception)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug75402.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 #75402 Possible Memory Leak using PDO::CURSOR_SCROLL option
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug81343.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #81343 pdo_pgsql: Inconsitent boolean conversion after calling closeCursor()
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug_14244.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 #14244 (Postgres sees parameters in a dollar-delimited string)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug_33876.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 #33876 (PDO misquotes/miscasts bool(false))
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/bug_49985.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/copy_from.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL pgsqlCopyFromArray and pgsqlCopyFromFile
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/copy_to.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL pgsqlCopyToArray and pgsqlCopyToFile
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/disable_prepares.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL PGSQL_ATTR_DISABLE_PREPARES
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/float.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL float value
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/getnotify.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL LISTEN/NOTIFY support
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/gh12423.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
GitHub #12424 (Fix GH-12423: [pdo_pgsql] Changed to prioritize DSN authentication information over arguments.)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/gh7723.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
GitHub #7723 (Fix error message allocation of PDO PgSQL)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/gh9411.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Bug GH-9411 (PgSQL large object resource is incorrectly closed)
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/is_in_transaction.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL isInTransaction
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/large_objects.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PDO PgSQL Large Objects
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/pdo_pgsql_parser.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
PgSQL PDO Parser custom syntax
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/pdopgsql_001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Pdo\Pgsql subclass basic
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/pdopgsql_002.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Pdo\Pgsql connect through PDO::connect
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/pdopgsql_003.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Pdo\Pgsql getWarningCount
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/pdopgsql_setNoticeCallback.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Pdo\Pgsql::setNoticeCallback()
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/pdopgsql_setNoticeCallback_trampoline_no_leak.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
Pdo\Pgsql::setNoticeCallback() use F ZPP for trampoline callback and does not leak
33
--EXTENSIONS--
4-
pdo
54
pdo_pgsql
65
--SKIPIF--
76
<?php

ext/pdo_pgsql/tests/pg_debug_emulated_prepares.phpt

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

0 commit comments

Comments
 (0)