Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
8781dc2c
Unverified
Commit
8781dc2c
authored
Nov 01, 2020
by
Susanne Moog
Browse files
[TASK] Fix input vars
parent
b2c7cf67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8781dc2c
...
...
@@ -60,7 +60,7 @@ SHORTVERSION_PHP72=$(MAJOR_PHP72).$(MINOR_PHP72)
NAME_PHP73
=
typo3gmbh/php73
MAJOR_PHP73
=
4
MINOR_PHP73
=
0
PATCHLEVEL_PHP73
=
0
PATCHLEVEL_PHP73
=
1
FULLVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
.
$(PATCHLEVEL_PHP73)
SHORTVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
...
...
php73/php.sh
View file @
8781dc2c
...
...
@@ -55,7 +55,7 @@ sed -i s/';phar.readonly = On'/'phar.readonly = Off'/ /etc/php/7.3/cli/php.ini
# Restrict cli based php.ini settings for php -S web server to have sane values in acceptance tests
sed
-i
s/
'memory_limit = -1'
/
'memory_limit = 2G'
/ /etc/php/7.3/cli/php.ini
sed
-i
s/
'max_execution_time = 30'
/
'max_execution_time = 240'
/ /etc/php/7.3/cli/php.ini
sed
-i
s/
';
max_input_vars = 1000'
/
'max_input_vars = 1500'
/ /etc/php/7.3/cli/php.ini
sed
-i
s/
';max_input_vars = 1000'
/
'max_input_vars = 1500'
/ /etc/php/7.3/cli/php.ini
echo
"xdebug.max_nesting_level = 400"
>>
/etc/php/7.3/mods-available/xdebug.ini
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment