diff options
| author | Marcus Boerger <helly@php.net> | 2002-08-21 03:10:55 +0000 | 
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-08-21 03:10:55 +0000 | 
| commit | e0c967508a54789e755ca044db9c24d27a0ded4c (patch) | |
| tree | 2c60bda2c904d3a67dcdc9686171eed1ee63def5 | |
| parent | 5e7a9af0623a82ad527d47d06383f5fcf5c83b6a (diff) | |
| download | php-git-e0c967508a54789e755ca044db9c24d27a0ded4c.tar.gz | |
more ini settings
| -rw-r--r-- | ext/mbstring/tests/020.phpt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/mbstring/tests/020.phpt b/ext/mbstring/tests/020.phpt index cc13d9e3ff..f4f2385a9c 100644 --- a/ext/mbstring/tests/020.phpt +++ b/ext/mbstring/tests/020.phpt @@ -6,6 +6,8 @@ HTML input/output  	include('skipif.inc');   ?>  --INI-- +output_handler = mb_output_handler +zlib.output_compression = Off  arg_separator.input="x"  error_reporting=0  mbstring.http_input=HTML-ENTITIES | 
