summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2012-05-27 20:13:09 -0400
committerNuno Lopes <nlopess@php.net>2012-05-27 20:13:09 -0400
commit72911237b55d9eaaa48a046cbd7cbc4c195c1ee3 (patch)
tree6d55e9881e45f990c8deb326e543a23c89076b9b /run-tests.php
parent2f7bd57f930bcfdc97b7472fbe6a502cafdc5a59 (diff)
downloadphp-git-72911237b55d9eaaa48a046cbd7cbc4c195c1ee3.tar.gz
sync with HEAD
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/run-tests.php b/run-tests.php
index 1fe0deb6af..2b37ec4f4a 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -239,10 +239,7 @@ $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',
+ 'memory_limit=128M',
);
function write_information($show_html)