Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix copy/paste error in test
This commit is contained in:
Matteo Beccati 2015-06-13 08:08:30 +02:00
commit 1f9df49139

View File

@ -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();