Brion VIBBER has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/403193 )

Change subject: Install php7.0-bz2 package, needed for dumps
......................................................................

Install php7.0-bz2 package, needed for dumps

This may help with a problem that cropped up where bzip2 stream
wrappers are missing on php 7.0 in beta and production.

Change-Id: I1c453436d85bfd1561dbc78895e958d007dc9b1d
---
M modules/contint/manifests/packages/php.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/403193/1

diff --git a/modules/contint/manifests/packages/php.pp 
b/modules/contint/manifests/packages/php.pp
index e77d5e0..97cdd18 100644
--- a/modules/contint/manifests/packages/php.pp
+++ b/modules/contint/manifests/packages/php.pp
@@ -60,6 +60,7 @@
             # ..and these are part of php5-common,
             # but now are separate packages
             'php7.0-bcmath',
+            'php7.0-bz2',
             'php7.0-mbstring',
             'php7.0-xml',
             'php-imagick',

-- 
To view, visit https://gerrit.wikimedia.org/r/403193
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c453436d85bfd1561dbc78895e958d007dc9b1d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Brion VIBBER <br...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to