Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
typo3_site
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Kevin Ditscheid
typo3_site
Commits
f5f9a6a6
Commit
f5f9a6a6
authored
8 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] Install the missing xml module for PHP
parent
05098886
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes/default.rb
+1
-1
1 addition, 1 deletion
recipes/default.rb
with
1 addition
and
1 deletion
recipes/default.rb
+
1
−
1
View file @
f5f9a6a6
...
...
@@ -48,7 +48,7 @@ include_recipe 'apache2::mod_ssl'
if
node
[
'platform_version'
]
==
'16.04'
package
'libapache2-mod-php7.0'
%w(php php-cli php-curl php-intl php-gd php-mcrypt php-mysql )
.
each
do
|
name
|
%w(php php-cli php-curl php-intl php-gd php-mcrypt php-mysql
php-xml
)
.
each
do
|
name
|
package
name
do
action
:install
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment