mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
4a96f52be9
commit
637b0133a8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue