Skip to content

Commit 96310cd

Browse files
committed
Move pdo_odbc requirement to --EXTENSIONS--
1 parent 7d32b0a commit 96310cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/pdo_odbc/tests/gh9372.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
--TEST--
22
Bug GH-9372 (HY010 when binding overlong parameter)
3+
--EXTENSIONS--
4+
pdo_odbc
35
--SKIPIF--
46
<?php
5-
if (!extension_loaded('pdo_odbc')) die('skip pdo_odbc extension not available');
67
require 'ext/pdo/tests/pdo_test.inc';
78
PDOTest::skip();
89
?>

0 commit comments

Comments
 (0)