diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2008-07-17 16:30:32 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2008-07-17 16:30:32 +0000 |
| commit | 85d77510970e708344bcbaca3bc7bd07604193cb (patch) | |
| tree | 1c1529d265a59756d1474b0cb5585c746b306a29 /ext/mbstring/tests/htmlent.phpt | |
| parent | f78da21527811c58a5da4150403fc5f94747802c (diff) | |
| download | php-git-85d77510970e708344bcbaca3bc7bd07604193cb.tar.gz | |
- Fix include_path.
Diffstat (limited to 'ext/mbstring/tests/htmlent.phpt')
| -rw-r--r-- | ext/mbstring/tests/htmlent.phpt | 2 |
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-- |
