]> granicus.if.org Git - php/commitdiff
- Fixed test to skip when mysqld is not running
authorfoobar <sniper@php.net>
Sun, 25 Mar 2007 01:14:51 +0000 (01:14 +0000)
committerfoobar <sniper@php.net>
Sun, 25 Mar 2007 01:14:51 +0000 (01:14 +0000)
ext/mysqli/tests/bug38710.phpt

index 51ca8351a6f8aaea609a725a74e27f5f42d1d8e4..b3e1672adabb0a6f657bf82170e427e7b68bb951 100755 (executable)
@@ -1,7 +1,7 @@
 --TEST--
 Bug #38710 (data leakage because of nonexisting boundary checking in statements)
 --SKIPIF--
-<?php if (!extension_loaded("mysqli")) print "skip"; ?>
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 include "connect.inc";