mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Merge branch 'PHP-7.4' into master
* PHP-7.4: Use proper skipif section
This commit is contained in:
commit
553072b0be
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user