mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Merge branch 'PHP-5.6'
* PHP-5.6: Fix copy/paste error in test
This commit is contained in:
commit
1f9df49139
@ -2,7 +2,7 @@
|
|||||||
PDO PgSQL Bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
|
PDO PgSQL Bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not l$
|
if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded');
|
||||||
require dirname(__FILE__) . '/config.inc';
|
require dirname(__FILE__) . '/config.inc';
|
||||||
require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
|
require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
|
||||||
PDOTest::skip();
|
PDOTest::skip();
|
||||||
|
Loading…
Reference in New Issue
Block a user