Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Zend/tests/stack_limit/stack_limit_014.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
zend_test
--INI--
; The test may use a large amount of memory on systems with a large stack limit
zend.max_allowed_stack_size=512K
memory_limit=1G
--FILE--
<?php
Expand Down
1 change: 1 addition & 0 deletions ext/mysqli/tests/mysqli_fetch_array_large.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require_once 'skipifconnectfailure.inc';
all
--INI--
memory_limit=-1
max_execution_time=5
--FILE--
<?php
require_once 'connect.inc';
Expand Down
Loading