Skip to content

Commit

Permalink
Fix ext/mysql test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
reeze committed Aug 21, 2012
1 parent b9a0501 commit 97601b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
LOAD DATA INFILE - open_basedir
--SKIPIF--
<?php
include_once('skipif.inc');
@include_once("connect.inc");

if (!isset($db)) {
die("skip open_basedir setting prevents inclusing of required files");
}

include_once('skipif.inc');
include_once('skipifconnectfailure.inc');


Expand Down

0 comments on commit 97601b8

Please sign in to comment.