summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/htmlent.phpt
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2008-07-17 16:30:32 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2008-07-17 16:30:32 +0000
commit85d77510970e708344bcbaca3bc7bd07604193cb (patch)
tree1c1529d265a59756d1474b0cb5585c746b306a29 /ext/mbstring/tests/htmlent.phpt
parentf78da21527811c58a5da4150403fc5f94747802c (diff)
downloadphp-git-85d77510970e708344bcbaca3bc7bd07604193cb.tar.gz
- Fix include_path.
Diffstat (limited to 'ext/mbstring/tests/htmlent.phpt')
-rw-r--r--ext/mbstring/tests/htmlent.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/htmlent.phpt b/ext/mbstring/tests/htmlent.phpt
index e49714ddc2..33c3a5be52 100644
--- a/ext/mbstring/tests/htmlent.phpt
+++ b/ext/mbstring/tests/htmlent.phpt
@@ -2,7 +2,7 @@
HTML input/output
--SKIPIF--
<?php
- ini_set('include_path','.');
+ ini_set('include_path', dirname(__FILE__));
extension_loaded('mbstring') or die('skip mbstring not available');
?>
--INI--