From e16f80feeb072064dfa3f6a59a7552ea95520a94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Mar 2013 15:29:20 +0100 Subject: php 5.5: double stack size during test (required by bug54268.phpt) --- php55.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index f80d964..ae43e61 100644 --- a/php55.spec +++ b/php55.spec @@ -79,7 +79,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.0 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.20.%{?snapdate}%{?rcver}%{?dist} +Release: 0.20.%{?snapdate}%{?rcver}%{?dist}.1 %else Release: 2%{?dist} %endif @@ -1274,6 +1274,10 @@ popd %check %if %runselftest cd build-apache + +# Double stack size (required by bug54268.phpt) +ulimit -s 16384 + # Run tests, using the CLI SAPI export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2 export SKIP_ONLINE_TESTS=1 -- cgit