mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix GH-12643: Stack limit tests failing on ppc64le
These tests were setting zend.max_allowed_stack_size to a small value. On ppc64le this value is too small and the limit may be reached too soon.
This commit is contained in:
parent
43900bd568
commit
dad6912b99
5 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_
|
|||
--EXTENSIONS--
|
||||
zend_test
|
||||
--INI--
|
||||
zend.max_allowed_stack_size=128K
|
||||
zend.max_allowed_stack_size=256K
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_
|
|||
--EXTENSIONS--
|
||||
zend_test
|
||||
--INI--
|
||||
zend.max_allowed_stack_size=128K
|
||||
zend.max_allowed_stack_size=256K
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_
|
|||
--EXTENSIONS--
|
||||
zend_test
|
||||
--INI--
|
||||
zend.max_allowed_stack_size=128K
|
||||
zend.max_allowed_stack_size=256K
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_
|
|||
--EXTENSIONS--
|
||||
zend_test
|
||||
--INI--
|
||||
zend.max_allowed_stack_size=128K
|
||||
zend.max_allowed_stack_size=256K
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ if (!function_exists('zend_test_zend_call_stack_get')) die("skip zend_test_zend_
|
|||
--EXTENSIONS--
|
||||
zend_test
|
||||
--INI--
|
||||
zend.max_allowed_stack_size=128K
|
||||
zend.max_allowed_stack_size=256K
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue