Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit d2ad78d

Browse files
authored
Merge pull request #142 from computerminds/feature/50367-php-zip
Issue #50367: Install PHP zip extension.
2 parents 4d8381a + eaa2d78 commit d2ad78d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/parrot_php/manifests/init.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'php5.6-mysql',
2020
'php5.6-common',
2121
'php5.6-soap',
22+
'php5.6-zip',
2223

2324
'php7.0',
2425
'php7.0-fpm',
@@ -34,6 +35,7 @@
3435
'php7.0-mysql',
3536
'php7.0-common',
3637
'php7.0-soap',
38+
'php7.0-zip',
3739

3840
'php7.1',
3941
'php7.1-fpm',
@@ -49,6 +51,7 @@
4951
'php7.1-mysql',
5052
'php7.1-common',
5153
'php7.1-soap',
54+
'php7.1-zip',
5255

5356
'php-xdebug',
5457
'php-xhprof',

testing/sites/localhost/qwertyuiop.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'xdebug',
1717
'xmlrpc',
1818
'soap',
19+
'zip',
1920

2021
// Drupal 7 required extensions
2122
'date',

0 commit comments

Comments
 (0)