Skip to content

Commit 39de75b

Browse files
committed
Reduce stack limit for stack_limit_015.phpt
The limit was too high with the new changes for 32-bit windows, apparently.
1 parent 1efcc8c commit 39de75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/stack_limit/stack_limit_015.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_
99
--EXTENSIONS--
1010
zend_test
1111
--INI--
12-
zend.max_allowed_stack_size=128K
12+
zend.max_allowed_stack_size=64K
1313
--FILE--
1414
<?php
1515

0 commit comments

Comments
 (0)