Removing memory limit configuration from test.php. Was problematic in that it would override php.ini settings which could be higher.

This commit is contained in:
Mark Story 2010-01-12 09:30:40 -05:00
parent 4a96f52be9
commit 637b0133a8

View file

@ -18,7 +18,6 @@
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
set_time_limit(0);
ini_set('memory_limit','128M');
ini_set('display_errors', 1);
/**
* Use the DS to separate the directories in other defines