]> granicus.if.org Git - php/commitdiff
remove remaining traces of unicode.* ini settings
authorNuno Lopes <nlopess@php.net>
Sun, 27 May 2012 23:57:34 +0000 (19:57 -0400)
committerNuno Lopes <nlopess@php.net>
Sun, 27 May 2012 23:57:34 +0000 (19:57 -0400)
ext/soap/tests/bugs/bug47273.phpt
ext/standard/tests/array/compact.phpt
ext/standard/tests/array/locale_sort.phpt
run-tests.php

index 174948f59f98807d5eef54f31ba169bc19ec2dfe..1cfb0f3cd96a3ef5dac4833a96602ef44b0f6531 100644 (file)
@@ -2,9 +2,6 @@
 Bug #47273 (Encoding bug in SoapServer->fault)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
---INI--
-unicode.script_encoding=ISO-8859-1
-unicode.output_encoding=ISO-8859-1
 --FILE--
 <?php
 $request1 = <<<EOF
index 4b4bfbb7321e036007b87af2c84734ac7b3c2c15..02df44ebd88c87684efe360daeba516c4f9dbd32 100644 (file)
@@ -1,8 +1,5 @@
 --TEST--
 compact()
---INI--
-unicode.script_encoding=UTF-8
-unicode.output_encoding=UTF-8
 --FILE--
 <?php
 
index 1db96042e8d92eeb30249988bd775da710bdb0c9..c2f66c01df32c830b40975b7fb7136e7b7361f14 100644 (file)
@@ -9,9 +9,6 @@ if (false == setlocale(LC_CTYPE, "fr_FR.ISO8859-1", "fr_FR")) {
   die("skip setlocale() failed\n");
 }
 ?>
---INI--
-unicode.script_encoding=ISO8859-1
-unicode.output_encoding=ISO8859-1
 --FILE--
 <?php
 setlocale(LC_ALL, 'fr_FR.ISO8859-1', 'fr_FR');
index 1fe0deb6afcda1218d3533d12adfc04eed2a0523..929de4a66089b9a9c81ab61878372159be749366 100755 (executable)
@@ -239,10 +239,6 @@ $ini_overwrites = array(
                'magic_quotes_runtime=0',
                'ignore_repeated_errors=0',
                'precision=14',
-               'unicode.runtime_encoding=ISO-8859-1',
-               'unicode.script_encoding=UTF-8',
-               'unicode.output_encoding=UTF-8',
-               'unicode.from_error_mode=U_INVALID_SUBSTITUTE',
        );
 
 function write_information($show_html)