jenkins-bot has submitted this change and it was merged.

Change subject: Install php5-json all the time
......................................................................


Install php5-json all the time

PHP without JSON is madness

Change-Id: I4e1154d1c61191eacf11844a450f8a03123aafdf
---
M puppet/modules/php/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/puppet/modules/php/manifests/init.pp 
b/puppet/modules/php/manifests/init.pp
index 6b42f6d..a269aaa 100644
--- a/puppet/modules/php/manifests/init.pp
+++ b/puppet/modules/php/manifests/init.pp
@@ -20,6 +20,7 @@
         'php5-dev',
         'php5-gd',
         'php5-intl',
+        'php5-json',
         'php5-mcrypt',
         'php5-mysql',
         'php5-sqlite',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4e1154d1c61191eacf11844a450f8a03123aafdf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to