diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-09-24 17:13:01 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-09-24 17:13:01 +0200 |
commit | 54cbee526a8b618a228254bce1df79d53ddecade (patch) | |
tree | 2ba1bc3033df39512498fe2378935ed2d2c5d45f | |
parent | 901d02200152492d6292b418bb35e80084d5d140 (diff) | |
parent | e74f89d95a1e33181f70f35cd8ccffe5dc0bb98b (diff) | |
download | php-git-54cbee526a8b618a228254bce1df79d53ddecade.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Use proper skipif section
-rw-r--r-- | ext/odbc/tests/bug78470.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/odbc/tests/bug78470.phpt b/ext/odbc/tests/bug78470.phpt index 6910f9bbd1..d905b95667 100644 --- a/ext/odbc/tests/bug78470.phpt +++ b/ext/odbc/tests/bug78470.phpt @@ -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'; |