We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 846c805 + c21c8f3 commit 2ac3187Copy full SHA for 2ac3187
ext/pdo_pgsql/tests/bug66584.phpt
@@ -3,6 +3,7 @@ PDO PgSQL Bug #66584 (Segmentation fault on statement deallocation)
3
--SKIPIF--
4
<?php
5
if (!extension_loaded('pdo') || !extension_loaded('pdo_pgsql')) die('skip not loaded');
6
+if (!extension_loaded('json')) die('skip json ext not loaded');
7
require dirname(__FILE__) . '/config.inc';
8
require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
9
PDOTest::skip();
0 commit comments