mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- Fix tests
This commit is contained in:
parent
7a57d03c8d
commit
10fc301bf9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
FIREBIRD
|
FIREBIRD
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php # vim:ft=php
|
<?php # vim:ft=php
|
||||||
if (!extension_loaded('pdo_odbc')) print 'skip'; ?>
|
if (!extension_loaded('pdo_firebird')) print 'skip'; ?>
|
||||||
--REDIRECTTEST--
|
--REDIRECTTEST--
|
||||||
# magic auto-configuration
|
# magic auto-configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue