Skip to content

Commit

Permalink
Removing memory limit configuration from test.php. Was problematic in…
Browse files Browse the repository at this point in the history
… that it would override php.ini settings which could be higher.
  • Loading branch information
markstory committed Jan 12, 2010
1 parent 4a96f52 commit 637b013
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/webroot/test.php
Expand Up @@ -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
Expand Down

0 comments on commit 637b013

Please sign in to comment.