Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahogony
php
Commits
314a1fdf
Commit
314a1fdf
authored
Jan 14, 2020
by
mh
Browse files
support php 7.4
parent
d3410597
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/scl/php74.pp
0 → 100644
View file @
314a1fdf
# manage an scl php74 installation
class
php::scl::php74
(
$timezone
=
$php::scl::params::timezone
,
$settings
=
$php::scl::params::settings
,
)
inherits
php::scl::params
{
$basedir
=
'/opt/remi/php74'
$etcdir
=
'/etc/opt/remi/php74'
$scl_name
=
'php74'
php::scl::phpx
{
'74'
:
etcdir
=>
$etcdir
,
timezone
=>
$timezone
,
settings
=>
$settings
,
suhosin_settings
=>
false
,
# gone with >= php7
}
->
php::snuffleupagus::base
{
'74'
:
etcdir
=>
$etcdir
,
}
}
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