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
0d7c811b
Commit
0d7c811b
authored
Jul 17, 2018
by
Christian Kuhn
Browse files
[TASK] enable apc on php 7.2 build on cli
parent
92f0a3e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
php72/php.sh
View file @
0d7c811b
...
...
@@ -58,6 +58,10 @@ sed -i s/'; max_input_vars = 1000'/'max_input_vars = 1500'/ /etc/php/7.2/cli/php
echo
"xdebug.max_nesting_level = 400"
>>
/etc/php/7.2/mods-available/xdebug.ini
# Enable apc on cli for unit tests
echo
"apc.enable_cli=1"
>>
/etc/php/7.2/mods-available/apcu.ini
echo
"apc.slam_defense=0"
>>
/etc/php/7.2/mods-available/apcu.ini
# mssql driver
#pecl install sqlsrv
#echo extension=sqlsrv.so >> /etc/php/7.2/mods-available/sqlsrv.ini
...
...
Write
Preview
Supports
Markdown
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