[PHP-CVS] com php-src: sync with HEAD: run-tests.php

2012-05-27 Thread Nuno Lopes
Commit:339508d6ace868b022cd59f20630e3218e52732a
Author:Nuno Lopes  Sun, 27 May 2012 20:14:31 -0400
Parents:   773e85a788de7dc557201d4af2cb10250c049052
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=339508d6ace868b022cd59f20630e3218e52732a

Log:
sync with HEAD

Changed paths:
  M  run-tests.php


Diff:
diff --git a/run-tests.php b/run-tests.php
index 1fe0deb..2b37ec4 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: sync with HEAD: run-tests.php

2012-05-27 Thread Nuno Lopes
Commit:72911237b55d9eaaa48a046cbd7cbc4c195c1ee3
Author:Nuno Lopes  Sun, 27 May 2012 20:13:09 -0400
Parents:   2f7bd57f930bcfdc97b7472fbe6a502cafdc5a59
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=72911237b55d9eaaa48a046cbd7cbc4c195c1ee3

Log:
sync with HEAD

Changed paths:
  M  run-tests.php


Diff:
diff --git a/run-tests.php b/run-tests.php
index 1fe0deb..2b37ec4 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php