Merge branch 'PHP-7.4' into master

* PHP-7.4:
  Use proper skipif section
This commit is contained in:
Christoph M. Becker 2020-09-24 17:14:22 +02:00
commit 553072b0be

View File

@ -1,9 +1,7 @@
--TEST--
Bug #78470 (odbc_specialcolumns() no longer accepts $nullable)
--SKIPIF--
<?php
if (!extension_loaded('odbc')) die('skip odbc extension not available');
?>
<?php include 'skipif.inc'; ?>
--FILE--
<?php
include 'config.inc';